| Index: chrome/browser/profiles/host_zoom_map_browsertest.cc
|
| diff --git a/chrome/browser/profiles/host_zoom_map_browsertest.cc b/chrome/browser/profiles/host_zoom_map_browsertest.cc
|
| index 84973b8521653025b0bce590230539812ece898a..e099154e9dc911193d0cc0f07f841cf32aa43661 100644
|
| --- a/chrome/browser/profiles/host_zoom_map_browsertest.cc
|
| +++ b/chrome/browser/profiles/host_zoom_map_browsertest.cc
|
| @@ -221,7 +221,7 @@ IN_PROC_BROWSER_TEST_F(HostZoomMapBrowserTest, ZoomEventsWorkForOffTheRecord) {
|
| std::string test_host(test_url.host());
|
| std::string test_scheme(test_url.scheme());
|
| Browser* incognito_browser =
|
| - ui_test_utils::OpenURLOffTheRecord(browser()->profile(), test_url);
|
| + OpenURLOffTheRecord(browser()->profile(), test_url);
|
|
|
| content::WebContents* web_contents =
|
| incognito_browser->tab_strip_model()->GetActiveWebContents();
|
|
|