| Index: Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp | 
| diff --git a/Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp b/Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp | 
| index 11c232d0f823d5cbea70aa1f13b4f5e25dfdb080..8dea405170225c50671526597aba831bad6ab2b4 100644 | 
| --- a/Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp | 
| +++ b/Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp | 
| @@ -35,7 +35,7 @@ | 
| #include "bindings/v8/ExceptionState.h" | 
| #include "bindings/v8/V8Binding.h" | 
| #include "core/dom/ExceptionCode.h" | 
| -#include "core/platform/sql/SQLValue.h" | 
| +#include "modules/webdatabase/sqlite/SQLValue.h" | 
| #include "modules/webdatabase/DatabaseSync.h" | 
| #include "modules/webdatabase/SQLResultSet.h" | 
| #include "wtf/Vector.h" | 
|  |