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

Unified Diff: Source/web/tests/URLTestHelpers.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/web/tests/TouchActionTest.cpp ('k') | Source/web/tests/ViewportTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/URLTestHelpers.h
diff --git a/Source/web/tests/URLTestHelpers.h b/Source/web/tests/URLTestHelpers.h
index 7ae1f170b4b9e829cc5df912e463345bf015f087..558bbb9b359ef0b84d35efb3e6eb6a05d60a653d 100644
--- a/Source/web/tests/URLTestHelpers.h
+++ b/Source/web/tests/URLTestHelpers.h
@@ -40,10 +40,10 @@ class WebURL;
namespace URLTestHelpers {
-inline WebCore::KURL toKURL(const std::string& url)
+inline blink::KURL toKURL(const std::string& url)
{
WTF::String wtfString(url.c_str());
- return WebCore::KURL(WebCore::ParsedURLString, wtfString);
+ return blink::KURL(blink::ParsedURLString, wtfString);
}
// Helper functions for mock URLs. These functions set up the desired URL and mimeType, with a 200 OK return status.
« no previous file with comments | « Source/web/tests/TouchActionTest.cpp ('k') | Source/web/tests/ViewportTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698