| Index: base/utf_string_conversion_utils.h
 | 
| ===================================================================
 | 
| --- base/utf_string_conversion_utils.h	(revision 111557)
 | 
| +++ 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.
 | 
| -BASE_EXPORT size_t WriteUnicodeCharacter(uint32 code_point, string16* output);
 | 
| +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
 | 
| 
 |