| 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 {
|
|
|