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

Unified Diff: components/proximity_auth/cryptauth/cryptauth_api_call_flow.h

Issue 640903002: change newly added OVERRIDE to override 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 | « no previous file | components/proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/cryptauth/cryptauth_api_call_flow.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_api_call_flow.h b/components/proximity_auth/cryptauth/cryptauth_api_call_flow.h
index 3b20701fbcc24906a734398d71a07813bde61195..b288cfdd0375df3bce65bdb08e937f364122568c 100644
--- a/components/proximity_auth/cryptauth/cryptauth_api_call_flow.h
+++ b/components/proximity_auth/cryptauth/cryptauth_api_call_flow.h
@@ -46,14 +46,14 @@ class CryptAuthApiCallFlow : public OAuth2ApiCallFlow {
using OAuth2ApiCallFlow::Start;
// google_apis::OAuth2ApiCallFlow:
- virtual GURL CreateApiCallUrl() OVERRIDE;
- virtual std::string CreateApiCallBody() OVERRIDE;
- virtual std::string CreateApiCallBodyContentType() OVERRIDE;
- virtual void ProcessApiCallSuccess(const net::URLFetcher* source) OVERRIDE;
- virtual void ProcessApiCallFailure(const net::URLFetcher* source) OVERRIDE;
- virtual void ProcessNewAccessToken(const std::string& access_token) OVERRIDE;
+ virtual GURL CreateApiCallUrl() override;
+ virtual std::string CreateApiCallBody() override;
+ virtual std::string CreateApiCallBodyContentType() override;
+ virtual void ProcessApiCallSuccess(const net::URLFetcher* source) override;
+ virtual void ProcessApiCallFailure(const net::URLFetcher* source) override;
+ virtual void ProcessNewAccessToken(const std::string& access_token) override;
virtual void ProcessMintAccessTokenFailure(
- const GoogleServiceAuthError& error) OVERRIDE;
+ const GoogleServiceAuthError& error) override;
private:
// The URL of the CryptAuth endpoint serving the request.
« no previous file with comments | « no previous file | components/proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698