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

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

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
Index: Source/platform/weborigin/SecurityOriginTest.cpp
diff --git a/Source/weborigin/SecurityOriginTest.cpp b/Source/platform/weborigin/SecurityOriginTest.cpp
similarity index 96%
rename from Source/weborigin/SecurityOriginTest.cpp
rename to Source/platform/weborigin/SecurityOriginTest.cpp
index 148500aedba37ad9b8f40290c596c01779cff658..5a916796b60b98943e601254de2b82bf89d187df 100644
--- a/Source/weborigin/SecurityOriginTest.cpp
+++ b/Source/platform/weborigin/SecurityOriginTest.cpp
@@ -30,8 +30,8 @@
#include "config.h"
-#include "weborigin/KURL.h"
-#include "weborigin/SecurityOrigin.h"
+#include "platform/weborigin/KURL.h"
+#include "platform/weborigin/SecurityOrigin.h"
#include <gtest/gtest.h>

Powered by Google App Engine
This is Rietveld 408576698