| Index: content/common/indexed_db/indexed_db_dispatcher.h
|
| diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h
|
| index a9a287c7e383b619ba0670882d69bed6c35ba600..065c67869986e31f67a5b7a8a45489047b313da3 100644
|
| --- a/content/common/indexed_db/indexed_db_dispatcher.h
|
| +++ b/content/common/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;
|
|
|