| Index: chrome/browser/ui/ash/chrome_launcher_prefs.h
|
| diff --git a/chrome/browser/ui/ash/chrome_launcher_prefs.h b/chrome/browser/ui/ash/chrome_launcher_prefs.h
|
| index f92003ebd185ff967be89db8e818443388334f2b..67823069086b6e3c811467361328f851772666d1 100644
|
| --- a/chrome/browser/ui/ash/chrome_launcher_prefs.h
|
| +++ b/chrome/browser/ui/ash/chrome_launcher_prefs.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <string>
|
|
|
| -class PrefService;
|
| +class PrefServiceSyncable;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -28,7 +28,7 @@ extern const char kShelfAlignmentBottom[];
|
| extern const char kShelfAlignmentLeft[];
|
| extern const char kShelfAlignmentRight[];
|
|
|
| -void RegisterChromeLauncherUserPrefs(PrefService* user_prefs);
|
| +void RegisterChromeLauncherUserPrefs(PrefServiceSyncable* user_prefs);
|
|
|
| base::DictionaryValue* CreateAppDict(const std::string& app_id);
|
|
|
|
|