| Index: Source/modules/webdatabase/SQLStatementSync.h
|
| diff --git a/Source/modules/webdatabase/SQLStatementSync.h b/Source/modules/webdatabase/SQLStatementSync.h
|
| index 8f23593d08e2b327e27a575ca50033be3498b287..b3a42f46232fe24b6e1d848084ef9d126541263d 100644
|
| --- a/Source/modules/webdatabase/SQLStatementSync.h
|
| +++ b/Source/modules/webdatabase/SQLStatementSync.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef SQLStatementSync_h
|
| #define SQLStatementSync_h
|
|
|
| -#include "heap/Handle.h"
|
| #include "modules/webdatabase/sqlite/SQLValue.h"
|
| #include "modules/webdatabase/DatabaseBasicTypes.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|