diff options
Diffstat (limited to 'Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp')
-rw-r--r-- | Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp b/Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp index 95d3bcf88..9f31debc8 100644 --- a/Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp +++ b/Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp @@ -35,8 +35,7 @@ #include "SecurityOrigin.h" #include "StorageAreaProxy.h" #include "WebViewImpl.h" - -#include "platform/WebURL.h" +#include <public/WebURL.h> #include <wtf/PassOwnPtr.h> namespace WebKit { |