Index: chrome/browser/dom_ui/new_tab_ui_uitest.cc |
diff --git a/chrome/browser/dom_ui/new_tab_ui_uitest.cc b/chrome/browser/dom_ui/new_tab_ui_uitest.cc |
index 51d2b05133a9ff279441c1661c07b04590dad499..5b3bd0dffb9ff3ccfab696cfb13cff3b5c31e906 100644 |
--- a/chrome/browser/dom_ui/new_tab_ui_uitest.cc |
+++ b/chrome/browser/dom_ui/new_tab_ui_uitest.cc |
@@ -22,11 +22,11 @@ class NewTabUITest : public UITest { |
dom_automation_enabled_ = true; |
// Set home page to the empty string so that we can set the home page using |
// preferences. |
- homepage_ = ""; |
+ set_homepage(""); |
// Setup the DEFAULT_THEME profile (has fake history entries). |
set_template_user_data(UITest::ComputeTypicalUserDataSource( |
- UITest::DEFAULT_THEME)); |
+ ProxyLauncher::DEFAULT_THEME)); |
} |
}; |