| Index: chrome/browser/profiles/profile_list_desktop.h
|
| diff --git a/chrome/browser/profiles/profile_list_desktop.h b/chrome/browser/profiles/profile_list_desktop.h
|
| index 91c2b8a9fdd3bfd2b5b994bbd558dcb22b683317..38d4354f5386bfc2bd6fc3597183550b3cba01d1 100644
|
| --- a/chrome/browser/profiles/profile_list_desktop.h
|
| +++ b/chrome/browser/profiles/profile_list_desktop.h
|
| @@ -21,14 +21,14 @@ class ProfileListDesktop : public ProfileList {
|
| virtual ~ProfileListDesktop();
|
|
|
| // ProfileList overrides:
|
| - virtual size_t GetNumberOfItems() const OVERRIDE;
|
| - virtual const AvatarMenu::Item& GetItemAt(size_t index) const OVERRIDE;
|
| - virtual void RebuildMenu() OVERRIDE;
|
| + virtual size_t GetNumberOfItems() const override;
|
| + virtual const AvatarMenu::Item& GetItemAt(size_t index) const override;
|
| + virtual void RebuildMenu() override;
|
| // Returns the menu index of the profile at |index| in the ProfileInfoCache.
|
| // The profile index must exist, and it may not be marked as omitted from the
|
| // menu.
|
| - virtual size_t MenuIndexFromProfileIndex(size_t index) OVERRIDE;
|
| - virtual void ActiveProfilePathChanged(base::FilePath& path) OVERRIDE;
|
| + virtual size_t MenuIndexFromProfileIndex(size_t index) override;
|
| + virtual void ActiveProfilePathChanged(base::FilePath& path) override;
|
|
|
| private:
|
| void ClearMenu();
|
|
|