| Index: third_party/WebKit/Source/modules/indexeddb/IDBCursor.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBCursor.h b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.h
|
| index c4a3e1d95f1b5e8cbe1da8e7d7b85d6a0c4f34f8..5c60148c88f83a2d3017982e51923009a4c75afd 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBCursor.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.h
|
| @@ -28,10 +28,10 @@
|
|
|
| #include <memory>
|
| #include "bindings/core/v8/ScriptValue.h"
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/indexeddb/IDBKey.h"
|
| #include "modules/indexeddb/IDBRequest.h"
|
| #include "modules/indexeddb/IndexedDB.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/wtf/Compiler.h"
|
| #include "platform/wtf/PassRefPtr.h"
|
| #include "platform/wtf/RefPtr.h"
|
|
|