| Index: content/child/indexed_db/indexed_db_dispatcher.cc
|
| diff --git a/content/child/indexed_db/indexed_db_dispatcher.cc b/content/child/indexed_db/indexed_db_dispatcher.cc
|
| index c0d1fb24d7a92961136a274c55c90dff347b25ec..12a4d5b102edee0a246521c3c7fa79888bbe90e4 100644
|
| --- a/content/child/indexed_db/indexed_db_dispatcher.cc
|
| +++ b/content/child/indexed_db/indexed_db_dispatcher.cc
|
| @@ -17,9 +17,9 @@
|
| #include "content/common/indexed_db/indexed_db_constants.h"
|
| #include "content/common/indexed_db/indexed_db_messages.h"
|
| #include "ipc/ipc_channel.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/modules/indexeddb/WebIDBDatabaseCallbacks.h"
|
| +#include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseError.h"
|
| +#include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException.h"
|
|
|
| using blink::WebBlobInfo;
|
| using blink::WebData;
|
|
|