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

Unified Diff: Source/web/tests/MHTMLTest.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/LocaleWinTest.cpp ('k') | Source/web/tests/MemoryInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/MHTMLTest.cpp
diff --git a/Source/web/tests/MHTMLTest.cpp b/Source/web/tests/MHTMLTest.cpp
index b7abe44a8b5ab29f7ccb8a7ca78f4747bd3e48a2..46732860a2805391f8d5f76ecd735faea34cf97c 100644
--- a/Source/web/tests/MHTMLTest.cpp
+++ b/Source/web/tests/MHTMLTest.cpp
@@ -50,10 +50,10 @@
#include <gtest/gtest.h>
using namespace blink;
-using WebCore::Document;
-using WebCore::LocalFrame;
-using WebCore::Page;
-using WebCore::KURL;
+using blink::Document;
+using blink::LocalFrame;
+using blink::Page;
+using blink::KURL;
using blink::URLTestHelpers::toKURL;
namespace {
@@ -109,7 +109,7 @@ TEST_F(MHTMLTest, CheckDomain)
EXPECT_STREQ(kFileURL, frame->domWindow()->location().href().ascii().data());
- WebCore::SecurityOrigin* origin = document->securityOrigin();
+ blink::SecurityOrigin* origin = document->securityOrigin();
EXPECT_STRNE("localhost", origin->domain().ascii().data());
}
« no previous file with comments | « Source/web/tests/LocaleWinTest.cpp ('k') | Source/web/tests/MemoryInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698