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

Unified Diff: chrome/browser/ui/ash/chrome_launcher_prefs.h

Issue 12079097: Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again; base::File changes conflicted. Created 7 years, 10 months 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
« no previous file with comments | « chrome/browser/ui/alternate_error_tab_observer.cc ('k') | chrome/browser/ui/ash/chrome_launcher_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/ui/alternate_error_tab_observer.cc ('k') | chrome/browser/ui/ash/chrome_launcher_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698