| Index: content/child/indexed_db/webidbcursor_impl.h
|
| diff --git a/content/child/indexed_db/webidbcursor_impl.h b/content/child/indexed_db/webidbcursor_impl.h
|
| index 604cf42bcd17e6904565eef65cc82bcc47d1e028..39282ea002af701e55bd885ecefc0bd4291354d0 100644
|
| --- a/content/child/indexed_db/webidbcursor_impl.h
|
| +++ b/content/child/indexed_db/webidbcursor_impl.h
|
| @@ -15,9 +15,9 @@
|
| #include "content/common/content_export.h"
|
| #include "content/common/indexed_db/indexed_db_key.h"
|
| #include "third_party/WebKit/public/platform/WebData.h"
|
| -#include "third_party/WebKit/public/platform/WebIDBCallbacks.h"
|
| -#include "third_party/WebKit/public/platform/WebIDBCursor.h"
|
| -#include "third_party/WebKit/public/platform/WebIDBKey.h"
|
| +#include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBCallbacks.h"
|
| +#include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h"
|
| +#include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBKey.h"
|
|
|
| namespace content {
|
| class ThreadSafeSender;
|
|
|