Index: third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.h |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.h b/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.h |
index e3fe40b14027ae2de51813b4d8c09c263edefb63..0791c78c810e6d27084e2aaacf597a60c05c1415 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.h |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.h |
@@ -26,11 +26,11 @@ |
#ifndef IDBCursorWithValue_h |
#define IDBCursorWithValue_h |
+#include <memory> |
#include "modules/indexeddb/IDBCursor.h" |
#include "modules/indexeddb/IndexedDB.h" |
#include "public/platform/modules/indexeddb/WebIDBCursor.h" |
#include "public/platform/modules/indexeddb/WebIDBTypes.h" |
-#include <memory> |
namespace blink { |