| Index: third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h b/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h
|
| index 57ee7f9ce7c8011764b34e78f2013f89ae5fe729..76afc9123566c8147dd7cc7d8be3e209f6b9d3a8 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLResultSet.h
|
| @@ -29,9 +29,9 @@
|
| #ifndef SQLResultSet_h
|
| #define SQLResultSet_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/webdatabase/DatabaseBasicTypes.h"
|
| #include "modules/webdatabase/SQLResultSetRowList.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
|
|
| namespace blink {
|
|
|
|
|