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

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

Issue 5648004: Add the "virtual" keyword on method overrides that are missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing file Created 10 years 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/renderer/webworker_proxy.h ('k') | chrome/service/service_utility_process_host.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 a2fc6a3ab34f7c1763056bd56fd0f7fc121b727f..ac75619cb5c7182972ddab16b076d1cad09de35e 100644
--- a/chrome/service/gaia/service_gaia_authenticator.h
+++ b/chrome/service/gaia/service_gaia_authenticator.h
@@ -31,10 +31,12 @@ class ServiceGaiaAuthenticator
~ServiceGaiaAuthenticator();
// URLFetcher::Delegate implementation.
- void OnURLFetchComplete(const URLFetcher *source, const GURL &url,
- const URLRequestStatus &status, int response_code,
- const ResponseCookies &cookies,
- const std::string &data);
+ virtual void OnURLFetchComplete(const URLFetcher *source,
+ const GURL &url,
+ const URLRequestStatus &status,
+ int response_code,
+ const ResponseCookies &cookies,
+ const std::string &data);
protected:
// GaiaAuthenticator overrides.
« no previous file with comments | « chrome/renderer/webworker_proxy.h ('k') | chrome/service/service_utility_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698