| Index: base/string_util.h
|
| diff --git a/base/string_util.h b/base/string_util.h
|
| index 6d4a4d9cd5d054dd8873da459a4271c4be063891..dec39a6db2551f215db0ff14e737748c59808ee0 100644
|
| --- a/base/string_util.h
|
| +++ b/base/string_util.h
|
| @@ -133,6 +133,8 @@ extern const wchar_t kWhitespaceWide[];
|
| extern const char16 kWhitespaceUTF16[];
|
| extern const char kWhitespaceASCII[];
|
|
|
| +extern const char kUtf8ByteOrderMark[];
|
| +
|
| // Removes characters in trim_chars from the beginning and end of input.
|
| // NOTE: Safe to use the same variable for both input and output.
|
| bool TrimString(const std::wstring& input,
|
|
|