| 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 59c43b0f61d65f9eb9ef4a2932f2b826d08d9fd3..bf204ce83742c46e8c41af8372adac56bedd3431 100644
|
| --- a/chrome/browser/ui/app_list/app_list_prefs_factory.h
|
| +++ b/chrome/browser/ui/app_list/app_list_prefs_factory.h
|
| @@ -29,9 +29,9 @@ class AppListPrefsFactory : public BrowserContextKeyedServiceFactory {
|
| virtual ~AppListPrefsFactory();
|
|
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| };
|
|
|
| } // namespace app_list
|
|
|