| Index: third_party/WebKit/Source/modules/indexeddb/IDBObserver.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.h b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.h
|
| index b6d2bf7e5f148917f6f5f83e70d4d18b054c2938..27a87cc3c37c9ce4617121d84d92e47900d08898 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef IDBObserver_h
|
| #define IDBObserver_h
|
|
|
| -#include "bindings/core/v8/ScriptState.h"
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/ModulesExport.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebVector.h"
|
| #include "public/platform/modules/indexeddb/WebIDBTypes.h"
|
|
|