| Index: third_party/WebKit/Source/modules/webdatabase/SQLTransaction.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransaction.cpp b/third_party/WebKit/Source/modules/webdatabase/SQLTransaction.cpp
|
| index f66610950a23990e7c04975f5f5dd0e2707781d9..366588c3f38d476137d4868f7a0224b018d10534 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLTransaction.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransaction.cpp
|
| @@ -44,8 +44,8 @@
|
| #include "modules/webdatabase/SQLTransactionClient.h" // FIXME: Should be used in the backend only.
|
| #include "modules/webdatabase/SQLTransactionErrorCallback.h"
|
| #include "modules/webdatabase/StorageLog.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|