| Index: chrome/browser/extensions/api/dial/dial_api_factory.h
|
| diff --git a/chrome/browser/extensions/api/dial/dial_api_factory.h b/chrome/browser/extensions/api/dial/dial_api_factory.h
|
| index 035ec6d3c5ead17d8197966a4c53efb37c88448a..8d64203c90f5034846eba64d59feb2867ddb8e46 100644
|
| --- a/chrome/browser/extensions/api/dial/dial_api_factory.h
|
| +++ b/chrome/browser/extensions/api/dial/dial_api_factory.h
|
| @@ -27,9 +27,9 @@ class DialAPIFactory : public RefcountedBrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual scoped_refptr<RefcountedBrowserContextKeyedService>
|
| - BuildServiceInstanceFor(content::BrowserContext* profile) const OVERRIDE;
|
| - virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;
|
| - virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| + BuildServiceInstanceFor(content::BrowserContext* profile) const override;
|
| + virtual bool ServiceIsCreatedWithBrowserContext() const override;
|
| + virtual bool ServiceIsNULLWhileTesting() const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DialAPIFactory);
|
| };
|
|
|