| Index: third_party/WebKit/Source/modules/webdatabase/SQLResultSetRowList.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLResultSetRowList.h b/third_party/WebKit/Source/modules/webdatabase/SQLResultSetRowList.h
|
| index acea4be73709f59406dc4ce9199239f38c9389c5..c9f19e312d60e434c59cfb633b6062775d946083 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLResultSetRowList.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLResultSetRowList.h
|
| @@ -29,8 +29,8 @@
|
| #ifndef SQLResultSetRowList_h
|
| #define SQLResultSetRowList_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/webdatabase/sqlite/SQLValue.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Forward.h"
|
|
|
|
|