Index: third_party/WebKit/Source/modules/cachestorage/CacheStorage.h |
diff --git a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.h b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.h |
index 21c2d975f0be6cf0d82903c2aca69e95ca625acd..fe6da917d04c4adf7787a4106ed5d196e9837920 100644 |
--- a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.h |
+++ b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.h |
@@ -5,6 +5,7 @@ |
#ifndef CacheStorage_h |
#define CacheStorage_h |
+#include <memory> |
#include "bindings/core/v8/ScriptPromise.h" |
#include "bindings/core/v8/ScriptState.h" |
#include "bindings/core/v8/ScriptWrappable.h" |
@@ -15,7 +16,6 @@ |
#include "wtf/Forward.h" |
#include "wtf/HashMap.h" |
#include "wtf/Noncopyable.h" |
-#include <memory> |
namespace blink { |