Chromium Code Reviews| Index: base/string_util.h |
| =================================================================== |
| --- base/string_util.h (revision 10809) |
| +++ base/string_util.h (working copy) |
| @@ -112,6 +112,7 @@ |
| // These functions are threadsafe. |
| const std::string& EmptyString(); |
| const std::wstring& EmptyWString(); |
| +const string16& EmptyString16(); |
| extern const wchar_t kWhitespaceWide[]; |
| extern const char kWhitespaceASCII[]; |