| Index: third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| index 88b0ea01005b5739d275ec38abf5114ed6bd02cb..f425424a9235e1ca80daa059596fcdc1e4ea3d9a 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| @@ -30,8 +30,9 @@
|
|
|
| #include "public/platform/WebURLRequest.h"
|
|
|
| +#include <memory>
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| -#include "platform/network/ResourceRequest.h"
|
| +#include "platform/loader/fetch/ResourceRequest.h"
|
| #include "public/platform/WebCachePolicy.h"
|
| #include "public/platform/WebHTTPBody.h"
|
| #include "public/platform/WebHTTPHeaderVisitor.h"
|
| @@ -40,7 +41,6 @@
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|