Index: third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp |
diff --git a/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp b/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp |
index a2937c7eaef0eaba782d276cd3789d55d2792431..5008a43c5998ab45e19d9da5d5275d1df1eefc58 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp |
@@ -28,6 +28,7 @@ |
#include "modules/indexeddb/WebIDBCallbacksImpl.h" |
+#include <memory> |
#include "core/dom/DOMException.h" |
#include "core/inspector/InspectorInstrumentation.h" |
#include "modules/IndexedDBNames.h" |
@@ -41,7 +42,6 @@ |
#include "public/platform/modules/indexeddb/WebIDBKey.h" |
#include "public/platform/modules/indexeddb/WebIDBValue.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
using blink::WebIDBCursor; |
using blink::WebIDBDatabase; |