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

Unified Diff: chrome/browser/captive_portal/captive_portal_browsertest.cc

Issue 328713006: Merge 275988 "Move about://-related constants from //content to ..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2042/src/
Patch Set: Created 6 years, 6 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/captive_portal/captive_portal_browsertest.cc
===================================================================
--- chrome/browser/captive_portal/captive_portal_browsertest.cc (revision 276109)
+++ chrome/browser/captive_portal/captive_portal_browsertest.cc (working copy)
@@ -2064,7 +2064,7 @@
browser()->host_desktop_type()));
// Navigate the new browser window so it'll be shown and we can pick the
// active window.
- ui_test_utils::NavigateToURL(browser2, GURL(content::kAboutBlankURL));
+ ui_test_utils::NavigateToURL(browser2, GURL(url::kAboutBlankURL));
// Generally, |browser2| will be the active window. However, if the
// original browser window lost focus before creating the new one, such as

Powered by Google App Engine
This is Rietveld 408576698