| Index: chrome/browser/ui/app_list/start_page_service_factory.h
|
| diff --git a/chrome/browser/ui/app_list/start_page_service_factory.h b/chrome/browser/ui/app_list/start_page_service_factory.h
|
| index 647b56525b1e916bc637c9bc6e5b3eda75899982..d6931b008c0042a28afd678ab511634452f1ee0a 100644
|
| --- a/chrome/browser/ui/app_list/start_page_service_factory.h
|
| +++ b/chrome/browser/ui/app_list/start_page_service_factory.h
|
| @@ -30,7 +30,7 @@ class StartPageServiceFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory overrides:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(StartPageServiceFactory);
|
| };
|
|
|