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

Unified Diff: chrome/tools/ipclist/ipcfuzz.cc

Issue 12314090: Add utf_string_conversions to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « chrome/tools/convert_dict/convert_dict_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/ipclist/ipcfuzz.cc
diff --git a/chrome/tools/ipclist/ipcfuzz.cc b/chrome/tools/ipclist/ipcfuzz.cc
index 0eafb14506d335b42f7d90bc665a0fe161da0ac0..93764f1a7af37b01234928132bc5161cf84104d2 100644
--- a/chrome/tools/ipclist/ipcfuzz.cc
+++ b/chrome/tools/ipclist/ipcfuzz.cc
@@ -189,8 +189,8 @@ class DefaultFuzzer : public IPC::Fuzzer {
virtual void FuzzString16(string16* value) OVERRIDE {
FuzzStringType<string16>(value, frequency_,
- WideToUTF16(L"BORKED"),
- WideToUTF16(L""));
+ base::WideToUTF16(L"BORKED"),
+ base::WideToUTF16(L""));
}
virtual void FuzzData(char* data, int length) OVERRIDE {
« no previous file with comments | « chrome/tools/convert_dict/convert_dict_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698