| Index: chrome/browser/ui/extensions/extension_installed_bubble.h
|
| diff --git a/chrome/browser/ui/extensions/extension_installed_bubble.h b/chrome/browser/ui/extensions/extension_installed_bubble.h
|
| index 4982dd4623df6433ce689a0fb0e7744ddc00d1f5..ab160f66c4823f92e5699f99b5216cafd687c96e 100644
|
| --- a/chrome/browser/ui/extensions/extension_installed_bubble.h
|
| +++ b/chrome/browser/ui/extensions/extension_installed_bubble.h
|
| @@ -75,16 +75,16 @@ class ExtensionInstalledBubble : public content::NotificationObserver,
|
| // content::NotificationObserver:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // extensions::ExtensionRegistryObserver:
|
| virtual void OnExtensionLoaded(
|
| content::BrowserContext* browser_context,
|
| - const extensions::Extension* extension) OVERRIDE;
|
| + const extensions::Extension* extension) override;
|
| virtual void OnExtensionUnloaded(
|
| content::BrowserContext* browser_context,
|
| const extensions::Extension* extension,
|
| - extensions::UnloadedExtensionInfo::Reason reason) OVERRIDE;
|
| + extensions::UnloadedExtensionInfo::Reason reason) override;
|
|
|
| // The view delegate that shows the bubble. Owns us.
|
| Delegate* delegate_;
|
|
|