Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / profiles / avatar_menu.h
index 781bdf4..8d746e5 100644 (file)
@@ -87,7 +87,7 @@ class AvatarMenu :
   AvatarMenu(ProfileInfoInterface* profile_cache,
              AvatarMenuObserver* observer,
              Browser* browser);
-  virtual ~AvatarMenu();
+  ~AvatarMenu() override;
 
   // True if avatar menu should be displayed.
   static bool ShouldShowAvatarMenu();
@@ -147,14 +147,14 @@ class AvatarMenu :
   bool ShouldShowEditProfileLink() const;
 
   // content::NotificationObserver:
-  virtual void Observe(int type,
-                       const content::NotificationSource& source,
-                       const content::NotificationDetails& details) OVERRIDE;
+  void Observe(int type,
+               const content::NotificationSource& source,
+               const content::NotificationDetails& details) override;
 
  private:
 #if defined(ENABLE_MANAGED_USERS)
   // SupervisedUserServiceObserver:
-  virtual void OnCustodianInfoChanged() OVERRIDE;
+  void OnCustodianInfoChanged() override;
 #endif
 
   // The model that provides the list of menu items.