| Index: chrome/browser/chromeos/extensions/file_manager/event_router_factory.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager/event_router_factory.h b/chrome/browser/chromeos/extensions/file_manager/event_router_factory.h
|
| index 0d2feea932786e9d66d414107a63f6dede7f4f04..7b9b1856c5cf11bf6e69029c6abb8f4721e927e0 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager/event_router_factory.h
|
| +++ b/chrome/browser/chromeos/extensions/file_manager/event_router_factory.h
|
| @@ -26,9 +26,9 @@ class EventRouterFactory : public BrowserContextKeyedServiceFactory {
|
| 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<EventRouterFactory>;
|
| @@ -38,7 +38,7 @@ class EventRouterFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| };
|
|
|
| } // namespace file_manager
|
|
|