| Index: chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm
|
| index b7e99b571eaf3d3e46ce537561da900ec762c09f..25a15630dba84d6a0e0af77772928d18d6e28d4c 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm
|
| @@ -74,7 +74,7 @@ class ExtensionLoadedNotificationObserver
|
| virtual void Observe(
|
| int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE {
|
| + const content::NotificationDetails& details) override {
|
| if (type == extensions::NOTIFICATION_EXTENSION_LOADED_DEPRECATED) {
|
| const Extension* extension =
|
| content::Details<const Extension>(details).ptr();
|
|
|