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

Unified Diff: google_apis/gaia/oauth2_token_service_request.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/oauth2_token_service.cc ('k') | google_apis/gaia/oauth2_token_service_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/oauth2_token_service_request.h
diff --git a/google_apis/gaia/oauth2_token_service_request.h b/google_apis/gaia/oauth2_token_service_request.h
index b1f0e57629d285aa48192ce3d7fabedd34043885..ecf605fc026b788a5f5d2719435cb8d1bbcef11b 100644
--- a/google_apis/gaia/oauth2_token_service_request.h
+++ b/google_apis/gaia/oauth2_token_service_request.h
@@ -90,7 +90,7 @@ class OAuth2TokenServiceRequest : public OAuth2TokenService::Request,
virtual ~OAuth2TokenServiceRequest();
// OAuth2TokenService::Request.
- virtual std::string GetAccountId() const OVERRIDE;
+ virtual std::string GetAccountId() const override;
private:
OAuth2TokenServiceRequest(const std::string& account_id);
« no previous file with comments | « google_apis/gaia/oauth2_token_service.cc ('k') | google_apis/gaia/oauth2_token_service_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698