diff options
Diffstat (limited to 'chrome/browser/automation/automation_extension_tracker.h')
-rw-r--r-- | chrome/browser/automation/automation_extension_tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_extension_tracker.h b/chrome/browser/automation/automation_extension_tracker.h index 05f16b5..92b02ec 100644 --- a/chrome/browser/automation/automation_extension_tracker.h +++ b/chrome/browser/automation/automation_extension_tracker.h @@ -32,7 +32,7 @@ class AutomationExtensionTracker // Observe expects the NotificationSource to be the object that is closing. // This is not true for the relevant extension notifications, so we have to // the observation ourselves. - virtual void Observe(NotificationType type, + virtual void Observe(int type, const NotificationSource& source, const NotificationDetails& details); }; |