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

Unified Diff: components/user_prefs/user_prefs.h

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
Index: components/user_prefs/user_prefs.h
diff --git a/components/user_prefs/user_prefs.h b/components/user_prefs/user_prefs.h
index 3eec9ff9f57203b450d33191b309fabff69173aa..90bf9009399bc80f69537cb69e293d70524932a3 100644
--- a/components/user_prefs/user_prefs.h
+++ b/components/user_prefs/user_prefs.h
@@ -15,7 +15,7 @@ namespace content {
class BrowserContext;
}
-namespace components {
+namespace user_prefs {
// Components may use preferences associated with a given user. These
// hang off of content::BrowserContext and can be retrieved using
@@ -43,6 +43,6 @@ class USER_PREFS_EXPORT UserPrefs : public base::SupportsUserData::Data {
DISALLOW_COPY_AND_ASSIGN(UserPrefs);
};
-} // namespace components
+} // namespace user_prefs
#endif // COMPONENTS_USER_PREFS_USER_PREFS_H_
« no previous file with comments | « components/browser_context_keyed_service/browser_context_keyed_base_factory.cc ('k') | components/user_prefs/user_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698