Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: chrome/browser/profiles/host_zoom_map_browsertest.cc

Issue 1225093003: mac: Flush the autorelease pool after making a browser window in browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_test_base
Patch Set: Add missing include. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698