| Index: third_party/WebKit/Source/modules/webdatabase/SQLStatementBackend.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLStatementBackend.h b/third_party/WebKit/Source/modules/webdatabase/SQLStatementBackend.h
|
| index e892d3e9e85a374140e5ab860bf6f4b43d77d5cc..8625f17da4a677e512ececa62cf64b709f68bdab 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLStatementBackend.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLStatementBackend.h
|
| @@ -28,12 +28,12 @@
|
| #ifndef SQLStatementBackend_h
|
| #define SQLStatementBackend_h
|
|
|
| +#include <memory>
|
| #include "modules/webdatabase/sqlite/SQLValue.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|