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

Unified Diff: Source/platform/weborigin/OriginAccessEntryTest.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/OriginAccessEntry.cpp ('k') | Source/platform/weborigin/Referrer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/OriginAccessEntryTest.cpp
diff --git a/Source/platform/weborigin/OriginAccessEntryTest.cpp b/Source/platform/weborigin/OriginAccessEntryTest.cpp
index 509288d9caa348c2e1d4133d43539e626112467b..d4f6372f62b71b44cff0b47a6c1d934a1d608748 100644
--- a/Source/platform/weborigin/OriginAccessEntryTest.cpp
+++ b/Source/platform/weborigin/OriginAccessEntryTest.cpp
@@ -37,8 +37,8 @@
#include "public/platform/WebPublicSuffixList.h"
#include <gtest/gtest.h>
-using WebCore::SecurityOrigin;
-using WebCore::OriginAccessEntry;
+using blink::SecurityOrigin;
+using blink::OriginAccessEntry;
namespace {
« no previous file with comments | « Source/platform/weborigin/OriginAccessEntry.cpp ('k') | Source/platform/weborigin/Referrer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698