| Index: third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp b/third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp
|
| index d4e7362fd15a242cb2ce66320d5ed540e82f4e6b..616aac0114d74ae3f284b97a740124242c7c7e3e 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp
|
| @@ -112,4 +112,4 @@ bool detectTextEncoding(const char* data, size_t length,
|
| return false;
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|