| 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 aa212091d3c288b041d97c63ceef1a211091f4d6..b7d135f1070aa7d4021ac2d48094a5b981fa0c58 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/RequestTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/RequestTest.cpp
|
| @@ -4,16 +4,16 @@
|
|
|
| #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"
|
| #include "core/dom/Document.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebURLRequest.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerRequest.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
| namespace {
|
|
|