| Index: third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h b/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h
|
| index 8188688e29ac2042442a0e1d8a3568db50cfcb0e..7963841cdafa3e736f2f26d1fc049b1adb538725 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h
|
| @@ -26,8 +26,8 @@
|
| #include <memory>
|
| #include "core/CoreExport.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/text/TextEncoding.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/text/TextEncoding.h"
|
|
|
| namespace blink {
|
|
|
|
|