diff options
Diffstat (limited to 'base/string_util.h')
-rw-r--r-- | base/string_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/string_util.h b/base/string_util.h index 9e0da1e..e10b99e 100644 --- a/base/string_util.h +++ b/base/string_util.h @@ -247,7 +247,6 @@ bool WideToLatin1(const std::wstring& wide, std::string* latin1); // 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); |