Index: chrome/browser/ui/webui/options/preferences_browsertest.cc |
diff --git a/chrome/browser/ui/webui/options/preferences_browsertest.cc b/chrome/browser/ui/webui/options/preferences_browsertest.cc |
index 8bd8e17c9e1aa163ed8bbcadaea64fe53b51609f..51eac53fb75623ff8ba96cee87cb6e5751151362 100644 |
--- a/chrome/browser/ui/webui/options/preferences_browsertest.cc |
+++ b/chrome/browser/ui/webui/options/preferences_browsertest.cc |
@@ -90,7 +90,7 @@ void PreferencesBrowserTest::SetUpPrefs() { |
ASSERT_TRUE(web_contents); |
render_view_host_ = web_contents->GetRenderViewHost(); |
ASSERT_TRUE(render_view_host_); |
- pref_change_registrar_.Init(components::UserPrefs::Get(browser()->profile())); |
+ pref_change_registrar_.Init(user_prefs::UserPrefs::Get(browser()->profile())); |
pref_service_ = browser()->profile()->GetPrefs(); |
ASSERT_TRUE(content::ExecuteScript(render_view_host_, |
"function TestEnv() {" |