| Index: chrome/browser/automation/automation_browser_tracker.cc
|
| diff --git a/chrome/browser/automation/automation_browser_tracker.cc b/chrome/browser/automation/automation_browser_tracker.cc
|
| index 8c4a6f431e032d787584693b83853ce662b17278..cb0afe866417ef802365461c2c1651eaf7c3b5c6 100644
|
| --- a/chrome/browser/automation/automation_browser_tracker.cc
|
| +++ b/chrome/browser/automation/automation_browser_tracker.cc
|
| @@ -7,8 +7,7 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/public/browser/notification_source.h"
|
|
|
| -AutomationBrowserTracker::AutomationBrowserTracker(
|
| - IPC::Message::Sender* automation)
|
| +AutomationBrowserTracker::AutomationBrowserTracker(IPC::Sender* automation)
|
| : AutomationResourceTracker<Browser*>(automation) {
|
| }
|
|
|
|
|