| Index: chrome/browser/ui/app_list/app_list_prefs_factory.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_prefs_factory.h b/chrome/browser/ui/app_list/app_list_prefs_factory.h
|
| index bf204ce83742c46e8c41af8372adac56bedd3431..f6ebc856c3533299f5988e475484e16dbc4f5ac2 100644
|
| --- a/chrome/browser/ui/app_list/app_list_prefs_factory.h
|
| +++ b/chrome/browser/ui/app_list/app_list_prefs_factory.h
|
| @@ -26,11 +26,11 @@ class AppListPrefsFactory : public BrowserContextKeyedServiceFactory {
|
| friend struct DefaultSingletonTraits<AppListPrefsFactory>;
|
|
|
| AppListPrefsFactory();
|
| - virtual ~AppListPrefsFactory();
|
| + ~AppListPrefsFactory() override;
|
|
|
| - virtual KeyedService* BuildServiceInstanceFor(
|
| + KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* context) const override;
|
| - virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* GetBrowserContextToUse(
|
| content::BrowserContext* context) const override;
|
| };
|
|
|
|
|