| Index: chrome/browser/chromeos/profiles/profile_list_chromeos.h
|
| diff --git a/chrome/browser/chromeos/profiles/profile_list_chromeos.h b/chrome/browser/chromeos/profiles/profile_list_chromeos.h
|
| index 31f8f4028a5583cb669b36d357816969c458b3db..7e85877dc3fa471bc0ee6aa95d7a7226624da930 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_list_chromeos.h
|
| +++ b/chrome/browser/chromeos/profiles/profile_list_chromeos.h
|
| @@ -20,11 +20,11 @@ class ProfileListChromeOS : public ProfileList {
|
| virtual ~ProfileListChromeOS();
|
|
|
| // 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 MenuIndexFromProfileIndex(size_t index) OVERRIDE;
|
| - virtual void ActiveProfilePathChanged(base::FilePath& path) OVERRIDE;
|
| + virtual size_t GetNumberOfItems() const override;
|
| + virtual const AvatarMenu::Item& GetItemAt(size_t index) const override;
|
| + virtual void RebuildMenu() override;
|
| + virtual size_t MenuIndexFromProfileIndex(size_t index) override;
|
| + virtual void ActiveProfilePathChanged(base::FilePath& path) override;
|
|
|
| private:
|
| void ClearMenu();
|
|
|