| Index: components/precache/content/precache_manager_factory.h
|
| diff --git a/components/precache/content/precache_manager_factory.h b/components/precache/content/precache_manager_factory.h
|
| index 6b4b093c8e835a33bfaf8cc9621c33d5d026f38e..51f77e8df6877b6fcf60da567f4ef07be4f1a743 100644
|
| --- a/components/precache/content/precache_manager_factory.h
|
| +++ b/components/precache/content/precache_manager_factory.h
|
| @@ -31,7 +31,7 @@ class PrecacheManagerFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* browser_context) const OVERRIDE;
|
| + content::BrowserContext* browser_context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PrecacheManagerFactory);
|
| };
|
|
|