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

Unified Diff: components/user_prefs/user_prefs.cc

Issue 16625004: components: Move user_prefs into user_prefs namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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/user_prefs.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/user_prefs.cc
diff --git a/components/user_prefs/user_prefs.cc b/components/user_prefs/user_prefs.cc
index 73b8ece500c9f5529eafb28a6fbf318debdc413e..8ecdfe4bc93abb5d827d0cc07d187336f10fd587 100644
--- a/components/user_prefs/user_prefs.cc
+++ b/components/user_prefs/user_prefs.cc
@@ -9,7 +9,7 @@
#include "base/prefs/pref_service.h"
#include "content/public/browser/browser_context.h"
-namespace components {
+namespace user_prefs {
namespace {
@@ -44,4 +44,4 @@ UserPrefs::UserPrefs(PrefService* prefs) : prefs_(prefs) {
UserPrefs::~UserPrefs() {
}
-} // namespace components
+} // namespace user_prefs
« no previous file with comments | « components/user_prefs/user_prefs.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698