| Index: third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
|
| index b190181e44d215f71a888ee79b3f1fc05715f199..1fc714eb93e608c3ef328da80e743ac0e722721d 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
|
| @@ -26,12 +26,12 @@
|
| #ifndef IDBIndex_h
|
| #define IDBIndex_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/indexeddb/IDBCursor.h"
|
| #include "modules/indexeddb/IDBKeyPath.h"
|
| #include "modules/indexeddb/IDBKeyRange.h"
|
| #include "modules/indexeddb/IDBMetadata.h"
|
| #include "modules/indexeddb/IDBRequest.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/wtf/Forward.h"
|
| #include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/modules/indexeddb/WebIDBCursor.h"
|
|
|