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

Unified Diff: components/user_prefs/pref_registry_syncable.cc

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/user_prefs/pref_registry_syncable.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_prefs/pref_registry_syncable.cc
diff --git a/components/user_prefs/pref_registry_syncable.cc b/components/user_prefs/pref_registry_syncable.cc
index 9a3a76d3a80cb83b48ba6e04bd6ce29fada041ff..4ffd6393ba4e40fd665f0dc1a5b5dea6d30e8eac 100644
--- a/components/user_prefs/pref_registry_syncable.cc
+++ b/components/user_prefs/pref_registry_syncable.cc
@@ -10,6 +10,8 @@
#include "base/values.h"
#include "ui/base/l10n/l10n_util.h"
+namespace user_prefs {
+
namespace {
// A helper function for RegisterLocalized*Pref that creates a Value*
@@ -219,3 +221,5 @@ scoped_refptr<PrefRegistrySyncable> PrefRegistrySyncable::ForkForIncognito() {
registry->defaults_ = defaults_;
return registry;
}
+
+} // namespace user_prefs
« no previous file with comments | « components/user_prefs/pref_registry_syncable.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698