| Index: Source/core/html/parser/TextResourceDecoder.cpp
|
| diff --git a/Source/core/html/parser/TextResourceDecoder.cpp b/Source/core/html/parser/TextResourceDecoder.cpp
|
| index 493f5cbddb93f522493d866625ebc019c2153022..1f21e244f2a3b4a66794b004870e009910858a32 100644
|
| --- a/Source/core/html/parser/TextResourceDecoder.cpp
|
| +++ b/Source/core/html/parser/TextResourceDecoder.cpp
|
| @@ -23,7 +23,7 @@
|
| #include "config.h"
|
| #include "core/html/parser/TextResourceDecoder.h"
|
|
|
| -#include "HTMLNames.h"
|
| +#include "core/HTMLNames.h"
|
| #include "core/dom/DOMImplementation.h"
|
| #include "core/html/parser/HTMLMetaCharsetParser.h"
|
| #include "platform/text/TextEncodingDetector.h"
|
|
|