| Index: third_party/WebKit/Source/platform/loader/fetch/RawResource.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/RawResource.h b/third_party/WebKit/Source/platform/loader/fetch/RawResource.h
|
| index 6573a2b508a112a2034d66de524fc6ce01c95754..cab541c5630f496a2fcc5d278f3560300fd2d808 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/RawResource.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/RawResource.h
|
| @@ -23,12 +23,12 @@
|
| #ifndef RawResource_h
|
| #define RawResource_h
|
|
|
| +#include <memory>
|
| #include "platform/PlatformExport.h"
|
| #include "platform/loader/fetch/Resource.h"
|
| #include "platform/loader/fetch/ResourceClient.h"
|
| #include "public/platform/WebDataConsumerHandle.h"
|
| #include "wtf/WeakPtr.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
| class FetchRequest;
|
|
|