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

Unified Diff: Source/web/tests/FrameLoaderClientImplTest.cpp

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/FloatQuadTestHelpers.h ('k') | Source/web/tests/FrameTestHelpers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/FrameLoaderClientImplTest.cpp
diff --git a/Source/web/tests/FrameLoaderClientImplTest.cpp b/Source/web/tests/FrameLoaderClientImplTest.cpp
index fd98e1bf8a4274407e46b427a904f1a0bfe714f6..756e7ea1ca3d058f737e4e45a5e28642f2917830 100644
--- a/Source/web/tests/FrameLoaderClientImplTest.cpp
+++ b/Source/web/tests/FrameLoaderClientImplTest.cpp
@@ -93,7 +93,7 @@ public:
const WebString userAgent()
{
// The test always returns the same user agent, regardless of the URL passed in.
- WebCore::KURL dummyURL(WebCore::ParsedURLString, "about:blank");
+ blink::KURL dummyURL(blink::ParsedURLString, "about:blank");
WTF::CString userAgent = m_frameLoaderClientImpl->userAgent(dummyURL).utf8();
return WebString::fromUTF8(userAgent.data(), userAgent.length());
}
« no previous file with comments | « Source/web/tests/FloatQuadTestHelpers.h ('k') | Source/web/tests/FrameTestHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698