| 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 634c905e369a00ca6e7282beffffd4c5d7982915..1aea66c5cfe7615dcc2a470d83633b36a5801150 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 "platform/wtf/Noncopyable.h"
|
| #include "public/platform/WebDataConsumerHandle.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|