Index: third_party/WebKit/Source/modules/cachestorage/Cache.h |
diff --git a/third_party/WebKit/Source/modules/cachestorage/Cache.h b/third_party/WebKit/Source/modules/cachestorage/Cache.h |
index c6dc20176fec64146d29054bd3bb9a62ad9bf1e5..827a7e405edfeef42fa2c7b4a5f3362e22af456d 100644 |
--- a/third_party/WebKit/Source/modules/cachestorage/Cache.h |
+++ b/third_party/WebKit/Source/modules/cachestorage/Cache.h |
@@ -5,6 +5,7 @@ |
#ifndef Cache_h |
#define Cache_h |
+#include <memory> |
#include "bindings/core/v8/ScriptPromise.h" |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "modules/ModulesExport.h" |
@@ -16,7 +17,6 @@ |
#include "wtf/Noncopyable.h" |
#include "wtf/Vector.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
namespace blink { |