| Index: Source/platform/text/TextEncodingDetector.h
|
| diff --git a/Source/platform/text/TextEncodingDetector.h b/Source/platform/text/TextEncodingDetector.h
|
| index 6ff6dd9dd4f27d51aaf6bfa9fca9d4a424960aff..0da0e19fb20a66c7c5b9ab2f57020e317fe91de7 100644
|
| --- a/Source/platform/text/TextEncodingDetector.h
|
| +++ b/Source/platform/text/TextEncodingDetector.h
|
| @@ -37,7 +37,7 @@ namespace WTF {
|
| class TextEncoding;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // Given a sequence of bytes in |data| of length |len| and an optional
|
| // hintEncodingName, detect the most likely character encoding.
|
| @@ -46,6 +46,6 @@ namespace WebCore {
|
| PLATFORM_EXPORT bool detectTextEncoding(const char* data, size_t length,
|
| const char* hintEncodingName, WTF::TextEncoding* detectedEncoding);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|