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

Unified Diff: content/test/accessibility_browser_test_utils.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
« no previous file with comments | « content/shell/renderer/webkit_test_runner.cc ('k') | extensions/renderer/script_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/accessibility_browser_test_utils.cc
diff --git a/content/test/accessibility_browser_test_utils.cc b/content/test/accessibility_browser_test_utils.cc
index dc7a7f853f8f70709cd9607dd28d52e1f985e9c6..ba0331c485fc84a0e910821e39473ee3d2dd3237 100644
--- a/content/test/accessibility_browser_test_utils.cc
+++ b/content/test/accessibility_browser_test_utils.cc
@@ -80,7 +80,7 @@ bool AccessibilityNotificationWaiter::IsAboutBlank() {
if (root.string_attributes[i].first != ui::AX_ATTR_DOC_URL)
continue;
const std::string& doc_url = root.string_attributes[i].second;
- return doc_url == kAboutBlankURL;
+ return doc_url == url::kAboutBlankURL;
}
return false;
}
« no previous file with comments | « content/shell/renderer/webkit_test_runner.cc ('k') | extensions/renderer/script_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698