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 166173c09f248132e5da47fe4d43b0cca83de546..02fca3bec9c3b4f6e6559981db86ac3fcd7cd958 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 { |