Index: chrome/browser/profiles/avatar_menu.h |
diff --git a/chrome/browser/profiles/avatar_menu.h b/chrome/browser/profiles/avatar_menu.h |
index 781bdf43320c032762259753b4fc318bea5f19e6..1bdf2ae4644463fc0fef4922e4b50d22322b5419 100644 |
--- a/chrome/browser/profiles/avatar_menu.h |
+++ b/chrome/browser/profiles/avatar_menu.h |
@@ -149,12 +149,12 @@ class AvatarMenu : |
// content::NotificationObserver: |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details) OVERRIDE; |
+ const content::NotificationDetails& details) override; |
private: |
#if defined(ENABLE_MANAGED_USERS) |
// SupervisedUserServiceObserver: |
- virtual void OnCustodianInfoChanged() OVERRIDE; |
+ virtual void OnCustodianInfoChanged() override; |
#endif |
// The model that provides the list of menu items. |