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> |