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

Unified Diff: Source/platform/weborigin/DatabaseIdentifierTest.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (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/platform/weborigin/DatabaseIdentifier.cpp ('k') | Source/platform/weborigin/KURL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/DatabaseIdentifierTest.cpp
diff --git a/Source/platform/weborigin/DatabaseIdentifierTest.cpp b/Source/platform/weborigin/DatabaseIdentifierTest.cpp
index cdf9f565976cb9f9bf46e4488830b4117e65e286..0ad5dc81ca4a56c0f4fdbb0fca0ad9aef556e18c 100644
--- a/Source/platform/weborigin/DatabaseIdentifierTest.cpp
+++ b/Source/platform/weborigin/DatabaseIdentifierTest.cpp
@@ -37,9 +37,9 @@
#include <gtest/gtest.h>
-using WebCore::SecurityOrigin;
-using WebCore::createDatabaseIdentifierFromSecurityOrigin;
-using WebCore::createSecurityOriginFromDatabaseIdentifier;
+using blink::SecurityOrigin;
+using blink::createDatabaseIdentifierFromSecurityOrigin;
+using blink::createSecurityOriginFromDatabaseIdentifier;
namespace {
« no previous file with comments | « Source/platform/weborigin/DatabaseIdentifier.cpp ('k') | Source/platform/weborigin/KURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698