| 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 6256400ef32cc6d9943c4d4440e3162a26e2aa55..5f68a3e6efbbe328d4240ef23a43072bc09b1206 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 PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -29,7 +29,7 @@ extern const char kShelfAlignmentLeft[];
|
| extern const char kShelfAlignmentRight[];
|
| extern const char kShelfAlignmentTop[];
|
|
|
| -void RegisterChromeLauncherUserPrefs(PrefServiceSyncable* user_prefs);
|
| +void RegisterChromeLauncherUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| base::DictionaryValue* CreateAppDict(const std::string& app_id);
|
|
|
|
|