| Index: content/browser/geolocation/arbitrator_dependency_factory.h
|
| diff --git a/content/browser/geolocation/arbitrator_dependency_factory.h b/content/browser/geolocation/arbitrator_dependency_factory.h
|
| index 484c673d655164bc47d0209b0e904d425e430620..2aaf4aa3f3cf70108e518538dcabec83962ae3f6 100644
|
| --- a/content/browser/geolocation/arbitrator_dependency_factory.h
|
| +++ b/content/browser/geolocation/arbitrator_dependency_factory.h
|
| @@ -50,14 +50,14 @@ class CONTENT_EXPORT DefaultGeolocationArbitratorDependencyFactory
|
| : public GeolocationArbitratorDependencyFactory {
|
| public:
|
| // GeolocationArbitratorDependencyFactory
|
| - virtual GetTimeNow GetTimeFunction();
|
| - virtual AccessTokenStore* NewAccessTokenStore();
|
| + virtual GetTimeNow GetTimeFunction() OVERRIDE;
|
| + virtual AccessTokenStore* NewAccessTokenStore() OVERRIDE;
|
| virtual LocationProviderBase* NewNetworkLocationProvider(
|
| AccessTokenStore* access_token_store,
|
| net::URLRequestContextGetter* context,
|
| const GURL& url,
|
| - const string16& access_token);
|
| - virtual LocationProviderBase* NewSystemLocationProvider();
|
| + const string16& access_token) OVERRIDE;
|
| + virtual LocationProviderBase* NewSystemLocationProvider() OVERRIDE;
|
| };
|
|
|
| #endif // CONTENT_BROWSER_GEOLOCATION_ARBITRATOR_DEPENDENCY_FACTORY_H_
|
|
|