Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
=================================================================== |
--- content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (revision 175187) |
+++ content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (working copy) |
@@ -22,6 +22,7 @@ |
#include "content/public/common/content_switches.h" |
#include "content/public/common/result_codes.h" |
#include "googleurl/src/gurl.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDOMStringList.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBCursor.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBDatabase.h" |
@@ -32,7 +33,6 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBObjectStore.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBTransaction.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h" |
#include "webkit/base/file_path_string_conversions.h" |
#include "webkit/database/database_util.h" |