| Index: base/command_line.h
|
| diff --git a/base/command_line.h b/base/command_line.h
|
| index 802fa0f59136361c5f269177802c7cda10a91a9b..3b15e936559e03d85094aec600fb23733585de5c 100644
|
| --- a/base/command_line.h
|
| +++ b/base/command_line.h
|
| @@ -79,8 +79,7 @@ class BASE_API CommandLine {
|
|
|
| // Constructs and returns the represented command line string.
|
| // CAUTION! This should be avoided because quoting behavior is unclear.
|
| - // TODO(msw): Rename GetCommandLineString.
|
| - StringType command_line_string() const;
|
| + StringType GetCommandLineString() const;
|
|
|
| // Returns the original command line string as a vector of strings.
|
| const StringVector& argv() const { return argv_; }
|
|
|