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

Unified Diff: chrome/browser/profiles/profile_impl.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
Index: chrome/browser/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index 2e031709b4f258208febbd8c4f04c6cc7a7decc9..1a3fbfb8fa9525bd971546a22102db0f56ca3a45 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -413,7 +413,7 @@ ProfileImpl::ProfileImpl(
pref_registry_,
async_prefs));
// Register on BrowserContext.
- components::UserPrefs::Set(this, prefs_.get());
+ user_prefs::UserPrefs::Set(this, prefs_.get());
}
startup_metric_utils::ScopedSlowStartupUMA

Powered by Google App Engine
This is Rietveld 408576698