Index: third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp |
index e169f4e5f8b99940f4e16cdb5f499d2945cbd5f2..394267ca1f3e29dd4394da66822324a1747ce45b 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp |
@@ -30,6 +30,8 @@ |
#include "modules/indexeddb/IDBTransaction.h" |
+#include <v8.h> |
+#include <memory> |
#include "bindings/core/v8/V8BindingForTesting.h" |
#include "core/dom/DOMException.h" |
#include "core/dom/Document.h" |
@@ -39,8 +41,6 @@ |
#include "modules/indexeddb/MockWebIDBDatabase.h" |
#include "platform/SharedBuffer.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
-#include <v8.h> |
namespace blink { |
namespace { |