Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / profiles / profile_list_desktop.h
index 91c2b8a..ef9ca8e 100644 (file)
@@ -18,17 +18,17 @@ class ProfileInfoInterface;
 class ProfileListDesktop : public ProfileList {
  public:
   explicit ProfileListDesktop(ProfileInfoInterface* profile_cache);
-  virtual ~ProfileListDesktop();
+  ~ProfileListDesktop() override;
 
   // ProfileList overrides:
-  virtual size_t GetNumberOfItems() const OVERRIDE;
-  virtual const AvatarMenu::Item& GetItemAt(size_t index) const OVERRIDE;
-  virtual void RebuildMenu() OVERRIDE;
+  size_t GetNumberOfItems() const override;
+  const AvatarMenu::Item& GetItemAt(size_t index) const override;
+  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;
+  size_t MenuIndexFromProfileIndex(size_t index) override;
+  void ActiveProfilePathChanged(base::FilePath& path) override;
 
  private:
   void ClearMenu();