Index: third_party/WebKit/Source/modules/fetch/RequestTest.cpp |
diff --git a/third_party/WebKit/Source/modules/fetch/RequestTest.cpp b/third_party/WebKit/Source/modules/fetch/RequestTest.cpp |
index 0d32748914b45cb077d87d0b0b6988715da5e64c..096e013f1d85c034acc5e740df935f7c89d1e1e6 100644 |
--- a/third_party/WebKit/Source/modules/fetch/RequestTest.cpp |
+++ b/third_party/WebKit/Source/modules/fetch/RequestTest.cpp |
@@ -4,6 +4,7 @@ |
#include "modules/fetch/Request.h" |
+#include <memory> |
#include "bindings/core/v8/ExceptionState.h" |
#include "bindings/core/v8/ScriptState.h" |
#include "bindings/core/v8/V8BindingForTesting.h" |
@@ -13,7 +14,6 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "wtf/HashMap.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
namespace blink { |
namespace { |