Chromium Code Reviews| Index: base/string_util.h |
| =================================================================== |
| --- base/string_util.h (revision 40171) |
| +++ base/string_util.h (working copy) |
| @@ -247,7 +247,6 @@ |
| // add a new function for that. |
| bool IsString8Bit(const std::wstring& str); |
| bool IsStringUTF8(const std::string& str); |
| -bool IsStringWideUTF8(const std::wstring& str); |
| bool IsStringASCII(const std::wstring& str); |
| bool IsStringASCII(const base::StringPiece& str); |
| bool IsStringASCII(const string16& str); |