| Index: third_party/WebKit/Source/core/loader/ThreadableLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/ThreadableLoaderClient.h b/third_party/WebKit/Source/core/loader/ThreadableLoaderClient.h
|
| index 942db1fb9b97213e1d86f70a71882c6d148e724d..9b01d0ed3d425a3f199bfe76ceae42bdc1f1cf43 100644
|
| --- a/third_party/WebKit/Source/core/loader/ThreadableLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/ThreadableLoaderClient.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef ThreadableLoaderClient_h
|
| #define ThreadableLoaderClient_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebDataConsumerHandle.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|