diff options
Diffstat (limited to 'chrome/browser/extensions/extension_management_api.h')
-rw-r--r-- | chrome/browser/extensions/extension_management_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_management_api.h b/chrome/browser/extensions/extension_management_api.h index 92099a3..1096fc1 100644 --- a/chrome/browser/extensions/extension_management_api.h +++ b/chrome/browser/extensions/extension_management_api.h @@ -56,7 +56,7 @@ class ExtensionManagementEventRouter : public NotificationObserver { private: // NotificationObserver implementation. - virtual void Observe(NotificationType type, + virtual void Observe(int type, const NotificationSource& source, const NotificationDetails& details); |