| Index: extensions/browser/app_window/app_window_registry.h
|
| diff --git a/extensions/browser/app_window/app_window_registry.h b/extensions/browser/app_window/app_window_registry.h
|
| index df9c695c7cab8f3f8b18e28bcfbbac39c2130547..2ae6a46b85955822a17f626371f6722dc341846e 100644
|
| --- a/extensions/browser/app_window/app_window_registry.h
|
| +++ b/extensions/browser/app_window/app_window_registry.h
|
| @@ -116,11 +116,11 @@ class AppWindowRegistry : public KeyedService {
|
|
|
| // BrowserContextKeyedServiceFactory
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| - virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;
|
| - virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| + virtual bool ServiceIsCreatedWithBrowserContext() const override;
|
| + virtual bool ServiceIsNULLWhileTesting() const override;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| };
|
|
|
| protected:
|
|
|