Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: trunk/src/base/i18n/streaming_utf8_validator_perftest.cc

Issue 198163004: Revert 257524 "Move IsStringASCII/UTF8 to base namespace." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/base/command_line.cc ('k') | trunk/src/base/strings/string_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/base/i18n/streaming_utf8_validator_perftest.cc
===================================================================
--- trunk/src/base/i18n/streaming_utf8_validator_perftest.cc (revision 257532)
+++ trunk/src/base/i18n/streaming_utf8_validator_perftest.cc (working copy)
@@ -56,10 +56,6 @@
return true;
}
-bool IsStringUTF8(const std::string& s) {
- return base::IsStringUTF8(s);
-}
-
// Assumes that |previous| is a valid UTF-8 sequence, and attempts to return
// the next one. Is just barely smart enough to iterate through the ranges
// defined about.
« no previous file with comments | « trunk/src/base/command_line.cc ('k') | trunk/src/base/strings/string_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698