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

Unified Diff: chrome/service/gaia/service_gaia_authenticator.h

Issue 8549032: Add OVERRIDE to chrome/service/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « chrome/service/cloud_print/printer_job_handler.h ('k') | chrome/service/net/service_url_request_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/gaia/service_gaia_authenticator.h
diff --git a/chrome/service/gaia/service_gaia_authenticator.h b/chrome/service/gaia/service_gaia_authenticator.h
index 11e22a33901bef72120e2c6a116c9ceaf0333423..142e322b8af76f34d001bb1045b53e88ac6261f2 100644
--- a/chrome/service/gaia/service_gaia_authenticator.h
+++ b/chrome/service/gaia/service_gaia_authenticator.h
@@ -36,9 +36,11 @@ class ServiceGaiaAuthenticator
protected:
// GaiaAuthenticator overrides.
- virtual bool Post(const GURL& url, const std::string& post_body,
- unsigned long* response_code, std::string* response_body);
- virtual int GetBackoffDelaySeconds(int current_backoff_delay);
+ virtual bool Post(const GURL& url,
+ const std::string& post_body,
+ unsigned long* response_code,
+ std::string* response_body) OVERRIDE;
+ virtual int GetBackoffDelaySeconds(int current_backoff_delay) OVERRIDE;
private:
void DoPost(const GURL& post_url, const std::string& post_body);
« no previous file with comments | « chrome/service/cloud_print/printer_job_handler.h ('k') | chrome/service/net/service_url_request_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698