| 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 6a4bcf66e0738fbd3a3429d50f8e2190795ed608..6c038cca24f0adc8f538a41ff25d7a6df01287a6 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
|
| @@ -42,8 +42,8 @@
|
| #include "platform/loader/fetch/ResourceOwner.h"
|
| #include "platform/network/HTTPHeaderMap.h"
|
| #include "platform/weborigin/Referrer.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|