| Index: chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h
|
| diff --git a/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h b/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h
|
| index 0a88e7544cc3158a811d392e5b87e9b024b19fdc..365e5d953cab86d43043349d52280fbefe8c5232 100644
|
| --- a/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h
|
| +++ b/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h
|
| @@ -28,7 +28,7 @@ class SystemIndicatorManagerFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedBaseFactory implementation.
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
| };
|
|
|
| } // namespace extensions
|
|
|