Index: content/common/indexed_db/proxy_webidbindex_impl.cc |
=================================================================== |
--- content/common/indexed_db/proxy_webidbindex_impl.cc (revision 175802) |
+++ content/common/indexed_db/proxy_webidbindex_impl.cc (working copy) |
@@ -8,9 +8,9 @@ |
#include "content/common/indexed_db/indexed_db_messages.h" |
#include "content/common/indexed_db/proxy_webidbtransaction_impl.h" |
#include "content/common/child_thread.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKeyPath.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h" |
using WebKit::WebExceptionCode; |
using WebKit::WebDOMStringList; |