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

Unified Diff: content/browser/geolocation/location_arbitrator.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/location_arbitrator.h
diff --git a/content/browser/geolocation/location_arbitrator.h b/content/browser/geolocation/location_arbitrator.h
index ffe018291021919759bb002031f55d2635ca9e56..b020191d52d306714bd849714d42d21ed4c5bca7 100644
--- a/content/browser/geolocation/location_arbitrator.h
+++ b/content/browser/geolocation/location_arbitrator.h
@@ -67,7 +67,7 @@ class CONTENT_EXPORT GeolocationArbitrator
GeolocationArbitratorDependencyFactory* factory);
// ListenerInterface
- virtual void LocationUpdateAvailable(LocationProviderBase* provider);
+ virtual void LocationUpdateAvailable(LocationProviderBase* provider) OVERRIDE;
private:
GeolocationArbitrator(
« no previous file with comments | « content/browser/geolocation/geolocation_provider.h ('k') | content/browser/geolocation/mock_location_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698