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

Unified Diff: components/user_manager/empty_user_info.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « components/translate/core/browser/translate_url_fetcher.h ('k') | components/user_manager/user.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/empty_user_info.h
diff --git a/components/user_manager/empty_user_info.h b/components/user_manager/empty_user_info.h
index 4d22f4506fee2a61036fb01533f7056c08e32ccd..01dcfbf24359364ccda7cdb14b5eabe3a3faa78d 100644
--- a/components/user_manager/empty_user_info.h
+++ b/components/user_manager/empty_user_info.h
@@ -22,11 +22,11 @@ class USER_MANAGER_EXPORT EmptyUserInfo : public UserInfo {
virtual ~EmptyUserInfo();
// UserInfo:
- virtual base::string16 GetDisplayName() const OVERRIDE;
- virtual base::string16 GetGivenName() const OVERRIDE;
- virtual std::string GetEmail() const OVERRIDE;
- virtual std::string GetUserID() const OVERRIDE;
- virtual const gfx::ImageSkia& GetImage() const OVERRIDE;
+ virtual base::string16 GetDisplayName() const override;
+ virtual base::string16 GetGivenName() const override;
+ virtual std::string GetEmail() const override;
+ virtual std::string GetUserID() const override;
+ virtual const gfx::ImageSkia& GetImage() const override;
private:
const gfx::ImageSkia null_image_;
« no previous file with comments | « components/translate/core/browser/translate_url_fetcher.h ('k') | components/user_manager/user.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698