| Index: chrome/browser/ui/app_list/app_list_util.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_util.h b/chrome/browser/ui/app_list/app_list_util.h
|
| index 6d8f91d191a90da1ec3a7b759742ad3c5da6aa19..63dc9b05f699f978c26fda43ed40fb5cb526e086 100644
|
| --- a/chrome/browser/ui/app_list/app_list_util.h
|
| +++ b/chrome/browser/ui/app_list/app_list_util.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/file_path.h"
|
|
|
| -class PrefServiceSimple;
|
| +class PrefRegistrySimple;
|
| class Profile;
|
|
|
| namespace chrome {
|
| @@ -22,7 +22,7 @@ void InitAppList(Profile* profile);
|
| void ShowAppList(Profile* profile);
|
|
|
| // Register local state preferences for the app list.
|
| -void RegisterAppListPrefs(PrefServiceSimple* prefs);
|
| +void RegisterAppListPrefs(PrefRegistrySimple* registry);
|
|
|
| // Change the profile that the app list is showing.
|
| void SetAppListProfile(const FilePath& profile_file_path);
|
|
|