| Index: chrome/browser/automation/automation_window_tracker.h
|
| diff --git a/chrome/browser/automation/automation_window_tracker.h b/chrome/browser/automation/automation_window_tracker.h
|
| index f8dfea178133859cdd2d659e2b9be4715eac1604..8e784a8a781dff18e672854b2167a09250df7052 100644
|
| --- a/chrome/browser/automation/automation_window_tracker.h
|
| +++ b/chrome/browser/automation/automation_window_tracker.h
|
| @@ -13,7 +13,7 @@
|
| class AutomationWindowTracker
|
| : public AutomationResourceTracker<gfx::NativeWindow> {
|
| public:
|
| - explicit AutomationWindowTracker(IPC::Message::Sender* automation);
|
| + explicit AutomationWindowTracker(IPC::Sender* automation);
|
| virtual ~AutomationWindowTracker();
|
|
|
| virtual void AddObserver(gfx::NativeWindow resource);
|
|
|