Index: content/common/indexed_db/indexed_db_dispatcher.cc |
diff --git a/content/common/indexed_db/indexed_db_dispatcher.cc b/content/common/indexed_db/indexed_db_dispatcher.cc |
index fc9f1a70dd84519642424b2f0f76934ea43457bb..910679b82cce108d311431c6d53d55eebdd037af 100644 |
--- a/content/common/indexed_db/indexed_db_dispatcher.cc |
+++ b/content/common/indexed_db/indexed_db_dispatcher.cc |
@@ -13,10 +13,10 @@ |
#include "content/common/indexed_db/proxy_webidbcursor_impl.h" |
#include "content/common/indexed_db/proxy_webidbdatabase_impl.h" |
#include "ipc/ipc_channel.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabaseCallbacks.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabaseError.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabaseException.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBKeyRange.h" |
+#include "third_party/WebKit/public/platform/WebIDBDatabaseCallbacks.h" |
+#include "third_party/WebKit/public/platform/WebIDBDatabaseError.h" |
+#include "third_party/WebKit/public/platform/WebIDBDatabaseException.h" |
+#include "third_party/WebKit/public/platform/WebIDBKeyRange.h" |
using WebKit::WebData; |
using WebKit::WebIDBCallbacks; |