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

Unified Diff: google_apis/gaia/fake_identity_provider.h

Issue 625293003: replace OVERRIDE and FINAL with override and final in google_apis/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another 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
« no previous file with comments | « google_apis/gaia/account_tracker_unittest.cc ('k') | google_apis/gaia/fake_oauth2_token_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/fake_identity_provider.h
diff --git a/google_apis/gaia/fake_identity_provider.h b/google_apis/gaia/fake_identity_provider.h
index 28d46d940a5ec09821df588441d2b3c515978831..1ba0f50365b527e13a0eb722aa2cb32820c501d5 100644
--- a/google_apis/gaia/fake_identity_provider.h
+++ b/google_apis/gaia/fake_identity_provider.h
@@ -23,10 +23,10 @@ class FakeIdentityProvider : public IdentityProvider {
void LogOut();
// IdentityProvider:
- virtual std::string GetActiveUsername() OVERRIDE;
- virtual std::string GetActiveAccountId() OVERRIDE;
- virtual OAuth2TokenService* GetTokenService() OVERRIDE;
- virtual bool RequestLogin() OVERRIDE;
+ virtual std::string GetActiveUsername() override;
+ virtual std::string GetActiveAccountId() override;
+ virtual OAuth2TokenService* GetTokenService() override;
+ virtual bool RequestLogin() override;
private:
std::string account_id_;
« no previous file with comments | « google_apis/gaia/account_tracker_unittest.cc ('k') | google_apis/gaia/fake_oauth2_token_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698