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

Unified Diff: components/user_prefs/pref_registry_syncable.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 | « components/autofill/browser/autofill_manager.cc ('k') | components/user_prefs/pref_registry_syncable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_prefs/pref_registry_syncable.h
diff --git a/components/user_prefs/pref_registry_syncable.h b/components/user_prefs/pref_registry_syncable.h
index 811209ba722f28142c5462b82efab54fa3f85369..9134d0b09d28a22934e3839039cb018e0b0f2a4f 100644
--- a/components/user_prefs/pref_registry_syncable.h
+++ b/components/user_prefs/pref_registry_syncable.h
@@ -18,6 +18,8 @@ class ListValue;
class Value;
}
+namespace user_prefs {
+
// A PrefRegistry that forces users to choose whether each registered
// preference is syncable or not.
//
@@ -124,4 +126,6 @@ class USER_PREFS_EXPORT PrefRegistrySyncable : public PrefRegistry {
DISALLOW_COPY_AND_ASSIGN(PrefRegistrySyncable);
};
+} // namespace user_prefs
+
#endif // COMPONENTS_USER_PREFS_PREF_REGISTRY_SYNCABLE_H_
« no previous file with comments | « components/autofill/browser/autofill_manager.cc ('k') | components/user_prefs/pref_registry_syncable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698