| Index: base/utf_string_conversion_utils.h
|
| ===================================================================
|
| --- base/utf_string_conversion_utils.h (revision 110898)
|
| +++ base/utf_string_conversion_utils.h (working copy)
|
| @@ -67,7 +67,7 @@
|
|
|
| // Appends the given code point as a UTF-16 character to the given 16-bit
|
| // string. Returns the number of 16-bit values written.
|
| -size_t WriteUnicodeCharacter(uint32 code_point, string16* output);
|
| +BASE_EXPORT size_t WriteUnicodeCharacter(uint32 code_point, string16* output);
|
|
|
| #if defined(WCHAR_T_IS_UTF32)
|
| // Appends the given UTF-32 character to the given 32-bit string. Returns the
|
|
|