| Index: chrome/browser/extensions/api/networking_private/networking_private_event_router_factory.h
|
| diff --git a/chrome/browser/extensions/api/networking_private/networking_private_event_router_factory.h b/chrome/browser/extensions/api/networking_private/networking_private_event_router_factory.h
|
| index c3bae6ddd67574806b8b6bb13dc1d1180cb80f94..463b9df5d1828f0d0790ad93b4fa702699a6e7c2 100644
|
| --- a/chrome/browser/extensions/api/networking_private/networking_private_event_router_factory.h
|
| +++ b/chrome/browser/extensions/api/networking_private/networking_private_event_router_factory.h
|
| @@ -29,9 +29,9 @@ class NetworkingPrivateEventRouterFactory
|
| protected:
|
| // BrowserContextKeyedBaseFactory overrides:
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - 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;
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<NetworkingPrivateEventRouterFactory>;
|
| @@ -41,7 +41,7 @@ class NetworkingPrivateEventRouterFactory
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NetworkingPrivateEventRouterFactory);
|
| };
|
|
|