| Index: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| index 03f776e0b480e45e46549abb306308250f1a7998..8370d2ef929eac98c1b22083a559f0d0d2a3ad8a 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| @@ -32,18 +32,18 @@
|
| #ifndef DocumentThreadableLoader_h
|
| #define DocumentThreadableLoader_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/loader/ThreadableLoader.h"
|
| #include "platform/Timer.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/loader/fetch/RawResource.h"
|
| +#include "platform/loader/fetch/ResourceError.h"
|
| #include "platform/loader/fetch/ResourceOwner.h"
|
| #include "platform/network/HTTPHeaderMap.h"
|
| -#include "platform/network/ResourceError.h"
|
| #include "platform/weborigin/Referrer.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|