| Index: chrome/browser/ui/app_list/search/history_factory.h
|
| diff --git a/chrome/browser/ui/app_list/search/history_factory.h b/chrome/browser/ui/app_list/search/history_factory.h
|
| index 6c76e47749bbdc7cbe42d54d2fb3848acdd64b63..8804c828747d2fe2feaed23db0861f5a41a3f2d1 100644
|
| --- a/chrome/browser/ui/app_list/search/history_factory.h
|
| +++ b/chrome/browser/ui/app_list/search/history_factory.h
|
| @@ -34,7 +34,7 @@ class HistoryFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory overrides:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(HistoryFactory);
|
| };
|
|
|