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

Unified Diff: chrome/browser/search_engines/template_url_prepopulate_data.h

Issue 14622003: components: Move PrefRegistrySyncable into user_prefs namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/search_engines/template_url_prepopulate_data.h
diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.h b/chrome/browser/search_engines/template_url_prepopulate_data.h
index fc045b8be181261a9c125986387bc1c333c8a095..6bd7882073ae9078d496d2be91515d0bbd43d096 100644
--- a/chrome/browser/search_engines/template_url_prepopulate_data.h
+++ b/chrome/browser/search_engines/template_url_prepopulate_data.h
@@ -14,10 +14,13 @@
class GURL;
class PrefService;
-class PrefRegistrySyncable;
class Profile;
class TemplateURL;
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
namespace TemplateURLPrepopulateData {
extern const int kMaxPrepopulatedEngineID;
@@ -36,7 +39,7 @@ void InitCountryCode(const std::string& country_code);
#endif
-void RegisterUserPrefs(PrefRegistrySyncable* registry);
+void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
// Returns the current version of the prepopulate data, so callers can know when
// they need to re-merge. If the prepopulate data comes from the preferences

Powered by Google App Engine
This is Rietveld 408576698