| Index: third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp
|
| index e4ae2ca97be28c991aa542341a18ba2410ad526b..6a86994fe494ecb6385a369e158a07767ad25f51 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp
|
| @@ -29,8 +29,8 @@
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/html/parser/HTMLParserOptions.h"
|
| #include "core/html/parser/HTMLTokenizer.h"
|
| -#include "wtf/text/TextEncodingRegistry.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/TextEncodingRegistry.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|