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 |