| Index: third_party/WebKit/Source/core/loader/TextResourceDecoderBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/loader/TextResourceDecoderBuilder.h b/third_party/WebKit/Source/core/loader/TextResourceDecoderBuilder.h
|
| index 2b84fc4594019d1e93eea0e8b304262587ceedf0..2fd19a970a52121d334a032cc1a8e30595bfe7ba 100644
|
| --- a/third_party/WebKit/Source/core/loader/TextResourceDecoderBuilder.h
|
| +++ b/third_party/WebKit/Source/core/loader/TextResourceDecoderBuilder.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef TextResourceDecoderBuilder_h
|
| #define TextResourceDecoderBuilder_h
|
|
|
| -#include "core/html/parser/TextResourceDecoder.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <memory>
|
| +#include "core/html/parser/TextResourceDecoder.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|