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

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

Issue 325443002: Move about://-related constants from //content to //url (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Android ifx 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
diff --git a/chrome/browser/captive_portal/captive_portal_browsertest.cc b/chrome/browser/captive_portal/captive_portal_browsertest.cc
index 7a7d6dd718923bec2813b857450fb0b7b3b9e81d..67a9e3e80f5e26770d2395789faa74df0967c8b8 100644
--- a/chrome/browser/captive_portal/captive_portal_browsertest.cc
+++ b/chrome/browser/captive_portal/captive_portal_browsertest.cc
@@ -2064,7 +2064,7 @@ IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, DISABLED_TwoWindows) {
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