Index: third_party/WebKit/Source/modules/fetch/Response.cpp |
diff --git a/third_party/WebKit/Source/modules/fetch/Response.cpp b/third_party/WebKit/Source/modules/fetch/Response.cpp |
index 21c44bf70c68b05b2cda4090ff67ad1bde38e306..b4230f41cae01d91b933b3359658bc275b0460fe 100644 |
--- a/third_party/WebKit/Source/modules/fetch/Response.cpp |
+++ b/third_party/WebKit/Source/modules/fetch/Response.cpp |
@@ -4,6 +4,7 @@ |
#include "modules/fetch/Response.h" |
+#include <memory> |
#include "bindings/core/v8/Dictionary.h" |
#include "bindings/core/v8/ExceptionState.h" |
#include "bindings/core/v8/ScriptState.h" |
@@ -31,7 +32,6 @@ |
#include "platform/network/NetworkUtils.h" |
#include "public/platform/modules/serviceworker/WebServiceWorkerResponse.h" |
#include "wtf/RefPtr.h" |
-#include <memory> |
namespace blink { |