| 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 ac159851a12397d32ccf34ac760f8408e475cc80..26089b71b29ad977fe8381b90c2085e3e7510790 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>
|
|
|
| namespace blink {
|
|
|
|
|