| Index: base/command_line.h
|
| diff --git a/base/command_line.h b/base/command_line.h
|
| index d9f3138972271cfa06222da9ef516a7658e2c282..9185c2cc2abff10167afa57df4edc7840db24ad5 100644
|
| --- a/base/command_line.h
|
| +++ b/base/command_line.h
|
| @@ -122,8 +122,7 @@ class BASE_API CommandLine {
|
| size_t count);
|
|
|
| // Get the remaining arguments to the command.
|
| - // TODO(msw): Rename GetArgs.
|
| - StringVector args() const;
|
| + StringVector GetArgs() const;
|
|
|
| // Append an argument to the command line. Note that the argument is quoted
|
| // properly such that it is interpreted as one argument to the target command.
|
|
|