Index: third_party/WebKit/Source/modules/indexeddb/IDBValue.h |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBValue.h b/third_party/WebKit/Source/modules/indexeddb/IDBValue.h |
index e536cc8159eaeeaba5125860751109713daef971..814c174ad32b291387d460e093fab4f9a40f2c6a 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBValue.h |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBValue.h |
@@ -5,13 +5,13 @@ |
#ifndef IDBValue_h |
#define IDBValue_h |
+#include <memory> |
#include "modules/ModulesExport.h" |
#include "modules/indexeddb/IDBKey.h" |
#include "modules/indexeddb/IDBKeyPath.h" |
#include "platform/SharedBuffer.h" |
#include "public/platform/WebVector.h" |
#include "wtf/RefPtr.h" |
-#include <memory> |
namespace blink { |