Index: third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.h |
diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.h b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.h |
index 795c4553ddc67b75a11119d76f4a619034cd305d..808d82df0aebb33469fb6a4221a984c9c7a5459e 100644 |
--- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.h |
+++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.h |
@@ -28,6 +28,7 @@ |
#ifndef SQLTransactionBackend_h |
#define SQLTransactionBackend_h |
+#include <memory> |
#include "modules/webdatabase/DatabaseBasicTypes.h" |
#include "modules/webdatabase/SQLStatement.h" |
#include "modules/webdatabase/SQLTransactionStateMachine.h" |
@@ -35,7 +36,6 @@ |
#include "wtf/Deque.h" |
#include "wtf/Forward.h" |
#include "wtf/ThreadingPrimitives.h" |
-#include <memory> |
namespace blink { |