| Index: chrome/browser/extensions/api/location/location_manager.h
|
| diff --git a/chrome/browser/extensions/api/location/location_manager.h b/chrome/browser/extensions/api/location/location_manager.h
|
| index 774946bef27ed1e30dbbf7349a588b0f6cfd3720..24bb38b080c5a36cbd9d30630fa215493ee9fad7 100644
|
| --- a/chrome/browser/extensions/api/location/location_manager.h
|
| +++ b/chrome/browser/extensions/api/location/location_manager.h
|
| @@ -78,11 +78,11 @@ class LocationManager : public BrowserContextKeyedAPI,
|
|
|
| // ExtensionRegistryObserver implementation.
|
| virtual void OnExtensionLoaded(content::BrowserContext* browser_context,
|
| - const Extension* extension) OVERRIDE;
|
| + const Extension* extension) override;
|
| virtual void OnExtensionUnloaded(
|
| content::BrowserContext* browser_context,
|
| const Extension* extension,
|
| - UnloadedExtensionInfo::Reason reason) OVERRIDE;
|
| + UnloadedExtensionInfo::Reason reason) override;
|
|
|
| // BrowserContextKeyedAPI implementation.
|
| static const char* service_name() { return "LocationManager"; }
|
|
|