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

Unified Diff: chrome/browser/chromeos/profiles/profile_list_chromeos.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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/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();
« no previous file with comments | « chrome/browser/chromeos/profiles/profile_helper.h ('k') | chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698