| Index: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| index 5552310c55cfae2251dd008d204d7cd921426be6..9fa0a95da3784dd975f8efdc18b6a4575785cf25 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| @@ -30,6 +30,7 @@
|
|
|
| #include "public/platform/WebURLResponse.h"
|
|
|
| +#include <memory>
|
| #include "platform/network/ResourceLoadTiming.h"
|
| #include "platform/network/ResourceResponse.h"
|
| #include "public/platform/WebHTTPHeaderVisitor.h"
|
| @@ -41,7 +42,6 @@
|
| #include "wtf/Assertions.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/RefPtr.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|