| Index: chrome/browser/ui/webui/print_preview/sticky_settings.h
|
| diff --git a/chrome/browser/ui/webui/print_preview/sticky_settings.h b/chrome/browser/ui/webui/print_preview/sticky_settings.h
|
| index 77a4c10745b5cc76daaf58046e9dab2b0091bb49..21c6ed42e121427d37e06a54b81090c3cdf81a53 100644
|
| --- a/chrome/browser/ui/webui/print_preview/sticky_settings.h
|
| +++ b/chrome/browser/ui/webui/print_preview/sticky_settings.h
|
| @@ -13,7 +13,7 @@
|
|
|
| class PrintPreviewHandlerTest;
|
| class PrefService;
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -40,7 +40,7 @@ class StickySettings {
|
|
|
| void SaveInPrefs(PrefService* profile);
|
| void RestoreFromPrefs(PrefService* profile);
|
| - static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
| private:
|
|
|
| scoped_ptr<base::FilePath> save_path_;
|
|
|