| Index: third_party/WebKit/Source/modules/fetch/ResponseTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/ResponseTest.cpp b/third_party/WebKit/Source/modules/fetch/ResponseTest.cpp
|
| index 70b5f0f9a0c7a90843f9bf8ad57cbb5ad6c40496..857d9741448edd00f234ff7b6f57c549463420d3 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/ResponseTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/ResponseTest.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "modules/fetch/Response.h"
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/V8BindingForTesting.h"
|
| @@ -17,11 +18,10 @@
|
| #include "modules/fetch/FetchResponseData.h"
|
| #include "platform/blob/BlobData.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerResponse.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
| namespace {
|
|
|