summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/src/WebIDBKeyPath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/WebIDBKeyPath.cpp')
-rw-r--r--Source/WebKit/chromium/src/WebIDBKeyPath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/src/WebIDBKeyPath.cpp b/Source/WebKit/chromium/src/WebIDBKeyPath.cpp
index b094e77bd..c78b3d98e 100644
--- a/Source/WebKit/chromium/src/WebIDBKeyPath.cpp
+++ b/Source/WebKit/chromium/src/WebIDBKeyPath.cpp
@@ -30,7 +30,7 @@
#include "IDBKeyPath.h"
#include "platform/WebString.h"
-#include "platform/WebVector.h"
+#include <public/WebVector.h>
#include <wtf/Vector.h>
using namespace WebCore;