summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_extension_tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/automation/automation_extension_tracker.h')
-rw-r--r--chrome/browser/automation/automation_extension_tracker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/automation/automation_extension_tracker.h b/chrome/browser/automation/automation_extension_tracker.h
index 92b02ec..c8bf295 100644
--- a/chrome/browser/automation/automation_extension_tracker.h
+++ b/chrome/browser/automation/automation_extension_tracker.h
@@ -33,8 +33,8 @@ class AutomationExtensionTracker
// This is not true for the relevant extension notifications, so we have to
// the observation ourselves.
virtual void Observe(int type,
- const NotificationSource& source,
- const NotificationDetails& details);
+ const content::NotificationSource& source,
+ const content::NotificationDetails& details);
};
#endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_EXTENSION_TRACKER_H_