| Index: chrome/browser/favicon/favicon_service_factory.h
|
| diff --git a/chrome/browser/favicon/favicon_service_factory.h b/chrome/browser/favicon/favicon_service_factory.h
|
| index 5b519cb39aa2a8aa3dff2a968812df5902aa2f10..a2ad7b6540d4ce6a9bb868f9761277fa282ac360 100644
|
| --- a/chrome/browser/favicon/favicon_service_factory.h
|
| +++ b/chrome/browser/favicon/favicon_service_factory.h
|
| @@ -33,8 +33,8 @@ class FaviconServiceFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| - virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
| + virtual bool ServiceIsNULLWhileTesting() const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FaviconServiceFactory);
|
| };
|
|
|