| Index: base/command_line.h
|
| diff --git a/base/command_line.h b/base/command_line.h
|
| index 2178bdfa8fb0e1593f9f21fafbcde4fac2e00aff..331add968a71d991c9eb8e14c0690cd344e6ea73 100644
|
| --- a/base/command_line.h
|
| +++ b/base/command_line.h
|
| @@ -173,9 +173,9 @@ class CommandLine {
|
| void AppendArguments(const CommandLine& other,
|
| bool include_program);
|
|
|
| - // On POSIX systems it's common to run processes via a wrapper (like
|
| - // "valgrind" or "gdb --args").
|
| - void PrependWrapper(const std::wstring& wrapper);
|
| + // Insert a command before the current command. Common for debuggers,
|
| + // like "valgrind" or "gdb --args".
|
| + void PrependWrapper(const StringType& wrapper);
|
|
|
| // Copy a set of switches (and their values, if any) from another command
|
| // line. Commonly used when launching a subprocess.
|
|
|