| Index: third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.cpp b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.cpp
|
| index 028afc9b97cc19791c50dc592cddb0853e6fe348..6f39d18b27d787d5c16ccfe04a2196143b1255f6 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.cpp
|
| @@ -28,6 +28,7 @@
|
|
|
| #include "modules/webdatabase/SQLTransactionBackend.h"
|
|
|
| +#include <memory>
|
| #include "modules/webdatabase/Database.h"
|
| #include "modules/webdatabase/DatabaseAuthorizer.h"
|
| #include "modules/webdatabase/DatabaseContext.h"
|
| @@ -43,7 +44,6 @@
|
| #include "modules/webdatabase/sqlite/SQLiteTransaction.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/StdLibExtras.h"
|
| -#include <memory>
|
|
|
| // How does a SQLTransaction work?
|
| // ==============================
|
|
|