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

Unified Diff: Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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/WebKit/chromium/src/WebSocketImpl.cpp ('k') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp b/Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp
index 38d555d04dfda6f3e133e6310b17e188fe46528c..9bd1696a4bbd1d3e8a5dc3f1d79850b21008c00a 100644
--- a/Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp
+++ b/Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp
@@ -31,10 +31,10 @@
#include "config.h"
#include "WebStorageEventDispatcher.h"
-#include "KURL.h"
#include "SecurityOrigin.h"
#include "StorageAreaProxy.h"
#include "WebViewImpl.h"
+#include "core/platform/KURL.h"
#include <public/WebURL.h>
#include <wtf/PassOwnPtr.h>
« no previous file with comments | « Source/WebKit/chromium/src/WebSocketImpl.cpp ('k') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698