| Index: chrome/browser/ui/app_list/app_list_prefs.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_prefs.h b/chrome/browser/ui/app_list/app_list_prefs.h
|
| index 113ec36c678fa155a43b8badd15d01b6420d8a3d..feaf889d32de38cb70ab95ca2c1bec10390671c8 100644
|
| --- a/chrome/browser/ui/app_list/app_list_prefs.h
|
| +++ b/chrome/browser/ui/app_list/app_list_prefs.h
|
| @@ -70,7 +70,7 @@ class AppListPrefs : public KeyedService {
|
|
|
| static AppListPrefs* Create(PrefService* pref_service);
|
|
|
| - virtual ~AppListPrefs();
|
| + ~AppListPrefs() override;
|
|
|
| // Sets the app list info for |id|.
|
| void SetAppListInfo(const std::string& id, const AppListInfo& info);
|
|
|