Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2420)

Unified Diff: chrome/browser/ui/webui/print_preview/sticky_settings.h

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f34d4bfd6f7fc98f327f5314438451289d7e9a49..ab3395d9b76aab2ffce6e782c1ec94f4e71e7102 100644
--- a/chrome/browser/ui/webui/print_preview/sticky_settings.h
+++ b/chrome/browser/ui/webui/print_preview/sticky_settings.h
@@ -14,6 +14,7 @@
class FilePath;
class PrintPreviewHandlerTest;
class PrefService;
+class PrefServiceSyncable;
namespace base {
class DictionaryValue;
@@ -39,7 +40,7 @@ class StickySettings {
void SaveInPrefs(PrefService* profile);
void RestoreFromPrefs(PrefService* profile);
- static void RegisterUserPrefs(PrefService* prefs);
+ static void RegisterUserPrefs(PrefServiceSyncable* prefs);
private:
scoped_ptr<FilePath> save_path_;

Powered by Google App Engine
This is Rietveld 408576698