Index: chrome/browser/profiles/off_the_record_profile_impl.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc |
index f7cf7247ba3e5055de93fc22f12616376c946a0b..d35d7ae6ac26d8c898b6715740df3afe390effdf 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
@@ -90,7 +90,7 @@ OffTheRecordProfileImpl::OffTheRecordProfileImpl(Profile* real_profile) |
zoom_callback_(base::Bind(&OffTheRecordProfileImpl::OnZoomLevelChanged, |
base::Unretained(this))) { |
// Register on BrowserContext. |
- components::UserPrefs::Set(this, prefs_); |
+ user_prefs::UserPrefs::Set(this, prefs_); |
} |
void OffTheRecordProfileImpl::Init() { |