Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: chrome/browser/profiles/profile_list_desktop.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/browser/profiles/profile_list_desktop_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698