Index: content/common_child/indexed_db/indexed_db_dispatcher.h |
diff --git a/content/common_child/indexed_db/indexed_db_dispatcher.h b/content/common_child/indexed_db/indexed_db_dispatcher.h |
index 44ede15ec250a98c3d97a40c59c5833483e694fc..3aee4d95e59ef577a9f5bc4b2c2d93e0164bcd4f 100644 |
--- a/content/common_child/indexed_db/indexed_db_dispatcher.h |
+++ b/content/common_child/indexed_db/indexed_db_dispatcher.h |
@@ -13,10 +13,10 @@ |
#include "base/nullable_string16.h" |
#include "content/common/content_export.h" |
#include "ipc/ipc_sync_message_filter.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBCallbacks.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBCursor.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabase.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabaseCallbacks.h" |
+#include "third_party/WebKit/public/platform/WebIDBCallbacks.h" |
+#include "third_party/WebKit/public/platform/WebIDBCursor.h" |
+#include "third_party/WebKit/public/platform/WebIDBDatabase.h" |
+#include "third_party/WebKit/public/platform/WebIDBDatabaseCallbacks.h" |
#include "webkit/glue/worker_task_runner.h" |
struct IndexedDBDatabaseMetadata; |