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

Unified Diff: content/browser/geolocation/arbitrator_dependency_factories_for_test.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
Index: content/browser/geolocation/arbitrator_dependency_factories_for_test.h
diff --git a/content/browser/geolocation/arbitrator_dependency_factories_for_test.h b/content/browser/geolocation/arbitrator_dependency_factories_for_test.h
index f05c00b791dd0305f1b1a0cf2a3752bca43163d2..a28719d2e5bfaf7bd7cdf4ae996ec35e393e9cd2 100644
--- a/content/browser/geolocation/arbitrator_dependency_factories_for_test.h
+++ b/content/browser/geolocation/arbitrator_dependency_factories_for_test.h
@@ -21,9 +21,9 @@ class GeolocationArbitratorDependencyFactoryWithLocationProvider
AccessTokenStore* access_token_store,
net::URLRequestContextGetter* context,
const GURL& url,
- const string16& access_token);
+ const string16& access_token) OVERRIDE;
- virtual LocationProviderBase* NewSystemLocationProvider();
+ virtual LocationProviderBase* NewSystemLocationProvider() OVERRIDE;
protected:
LocationProviderFactoryFunction factory_function_;
« no previous file with comments | « content/browser/download/save_file_resource_handler.h ('k') | content/browser/geolocation/arbitrator_dependency_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698