| Index: third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp b/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp
|
| index d2666ee2d89c25edf724dbd4796d92d5f2862faa..96ce30b8618acf3dc88502c962ad808793edd4b6 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp
|
| @@ -27,9 +27,9 @@
|
| #include "core/html/parser/HTMLMetaCharsetParser.h"
|
| #include "platform/Language.h"
|
| #include "platform/text/TextEncodingDetector.h"
|
| -#include "wtf/StringExtras.h"
|
| -#include "wtf/text/TextCodec.h"
|
| -#include "wtf/text/TextEncodingRegistry.h"
|
| +#include "platform/wtf/StringExtras.h"
|
| +#include "platform/wtf/text/TextCodec.h"
|
| +#include "platform/wtf/text/TextEncodingRegistry.h"
|
|
|
| namespace blink {
|
|
|
|
|