| Index: chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| diff --git a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| index 9de0bba1fd010f976dff3dda680836e483375550..63b9a32b94ca3a1a0babc47e758c68ebabc27f32 100644
|
| --- a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| +++ b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| @@ -20,11 +20,11 @@ class AvatarMenuActionsChromeOS : public AvatarMenuActions {
|
| virtual ~AvatarMenuActionsChromeOS();
|
|
|
| // AvatarMenuActions overrides:
|
| - virtual void AddNewProfile(ProfileMetrics::ProfileAdd type) OVERRIDE;
|
| - virtual void EditProfile(Profile* profile, size_t index) OVERRIDE;
|
| - virtual bool ShouldShowAddNewProfileLink() const OVERRIDE;
|
| - virtual bool ShouldShowEditProfileLink() const OVERRIDE;
|
| - virtual void ActiveBrowserChanged(Browser* browser) OVERRIDE;
|
| + virtual void AddNewProfile(ProfileMetrics::ProfileAdd type) override;
|
| + virtual void EditProfile(Profile* profile, size_t index) override;
|
| + virtual bool ShouldShowAddNewProfileLink() const override;
|
| + virtual bool ShouldShowEditProfileLink() const override;
|
| + virtual void ActiveBrowserChanged(Browser* browser) override;
|
|
|
| private:
|
| // Browser in which this avatar menu resides. Weak.
|
|
|