| 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
|
|
|