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

Unified Diff: base/string_util.h

Issue 7037014: wstring: remove wstring version of RemoveChars (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ugh Created 9 years, 7 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 | « no previous file | base/string_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_util.h
diff --git a/base/string_util.h b/base/string_util.h
index 0b52ac044845cc0f3a7ccc24d7cedf850f122b5c..0cb439cb5fa1c8b8e34a589c66984bfdc15bd02f 100644
--- a/base/string_util.h
+++ b/base/string_util.h
@@ -180,9 +180,6 @@ BASE_API extern const char kUtf8ByteOrderMark[];
// Removes characters in remove_chars from anywhere in input. Returns true if
// any characters were removed.
// NOTE: Safe to use the same variable for both input and output.
-BASE_API bool RemoveChars(const std::wstring& input,
- const wchar_t remove_chars[],
- std::wstring* output);
BASE_API bool RemoveChars(const string16& input,
const char16 remove_chars[],
string16* output);
« no previous file with comments | « no previous file | base/string_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698