| Index: extensions/browser/extension_icon_image.h
|
| diff --git a/extensions/browser/extension_icon_image.h b/extensions/browser/extension_icon_image.h
|
| index 3f76ed3c5c4ce0a46a975b5abd1c5c7cff38e3a4..0ecb6343043cd91f86e0621eb33b9e49cd7af516 100644
|
| --- a/extensions/browser/extension_icon_image.h
|
| +++ b/extensions/browser/extension_icon_image.h
|
| @@ -89,7 +89,7 @@ class IconImage : public content::NotificationObserver {
|
| // content::NotificationObserver overrides:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| content::BrowserContext* browser_context_;
|
| const Extension* extension_;
|
|
|