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

Unified Diff: chrome/browser/prefs/chrome_pref_service_factory.h

Issue 14622003: components: Move PrefRegistrySyncable into user_prefs namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 8 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/prefs/browser_prefs.cc ('k') | chrome/browser/prefs/chrome_pref_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/chrome_pref_service_factory.h
diff --git a/chrome/browser/prefs/chrome_pref_service_factory.h b/chrome/browser/prefs/chrome_pref_service_factory.h
index 93e02cfe09bf865807840103702cbbc0b490c8bf..7c308ebfa56d2f78ccaacb86805a9fe4fb26411b 100644
--- a/chrome/browser/prefs/chrome_pref_service_factory.h
+++ b/chrome/browser/prefs/chrome_pref_service_factory.h
@@ -17,11 +17,14 @@ class PolicyService;
}
class PrefRegistry;
-class PrefRegistrySyncable;
class PrefService;
class PrefServiceSyncable;
class PrefStore;
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
namespace chrome_prefs {
// Factory methods that create and initialize a new instance of a
@@ -52,7 +55,7 @@ PrefServiceSyncable* CreateProfilePrefs(
base::SequencedTaskRunner* pref_io_task_runner,
policy::PolicyService* policy_service,
const scoped_refptr<PrefStore>& extension_prefs,
- const scoped_refptr<PrefRegistrySyncable>& pref_registry,
+ const scoped_refptr<user_prefs::PrefRegistrySyncable>& pref_registry,
bool async);
} // namespace chrome_prefs
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/prefs/chrome_pref_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698