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

Unified Diff: Source/web/StorageNamespaceProxy.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/web/StorageNamespaceProxy.cpp
diff --git a/Source/web/StorageNamespaceProxy.cpp b/Source/web/StorageNamespaceProxy.cpp
index 9f6ecdb577aff452c90d27dacdb5a969f63f5094..fd1efb0b75e090b3e50e9db330830592becc1502 100644
--- a/Source/web/StorageNamespaceProxy.cpp
+++ b/Source/web/StorageNamespaceProxy.cpp
@@ -37,7 +37,7 @@
#include "WebViewImpl.h"
#include "core/page/Chrome.h"
#include "core/page/Page.h"
-#include "weborigin/SecurityOrigin.h"
+#include "platform/weborigin/SecurityOrigin.h"
#include "wtf/MainThread.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698