| 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 8804c828747d2fe2feaed23db0861f5a41a3f2d1..055d4afe74f0ae7b3e13577def55f8275a597c39 100644
|
| --- a/chrome/browser/ui/app_list/search/history_factory.h
|
| +++ b/chrome/browser/ui/app_list/search/history_factory.h
|
| @@ -30,10 +30,10 @@ class HistoryFactory : public BrowserContextKeyedServiceFactory {
|
| friend struct DefaultSingletonTraits<HistoryFactory>;
|
|
|
| HistoryFactory();
|
| - virtual ~HistoryFactory();
|
| + ~HistoryFactory() override;
|
|
|
| // BrowserContextKeyedServiceFactory overrides:
|
| - virtual KeyedService* BuildServiceInstanceFor(
|
| + KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(HistoryFactory);
|
|
|