| Index: chrome/browser/geolocation/geolocation_permission_context_factory.h
|
| diff --git a/chrome/browser/geolocation/geolocation_permission_context_factory.h b/chrome/browser/geolocation/geolocation_permission_context_factory.h
|
| index 778771a64531682a42a3c2b2635dac68b4a75fdd..d0a255d89e8b6f1270440d3613f18bc9d6857412 100644
|
| --- a/chrome/browser/geolocation/geolocation_permission_context_factory.h
|
| +++ b/chrome/browser/geolocation/geolocation_permission_context_factory.h
|
| @@ -30,11 +30,11 @@ class GeolocationPermissionContextFactory
|
|
|
| // BrowserContextKeyedBaseFactory methods:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
| virtual void RegisterProfilePrefs(
|
| - user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
|
| + user_prefs::PrefRegistrySyncable* registry) override;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GeolocationPermissionContextFactory);
|
| };
|
|
|