| Index: base/command_line.cc
|
| diff --git a/base/command_line.cc b/base/command_line.cc
|
| index b3a79eb89bb520b12511938bb292bcb742da657d..4c2aad6cdd9c2b9c978aa7cc1490c68c3cd23bcc 100644
|
| --- a/base/command_line.cc
|
| +++ b/base/command_line.cc
|
| @@ -334,7 +334,7 @@ void CommandLine::CopySwitchesFrom(const CommandLine& source,
|
| }
|
| }
|
|
|
| -CommandLine::StringVector CommandLine::args() const {
|
| +CommandLine::StringVector CommandLine::GetArgs() const {
|
| // Gather all arguments after the last switch (may include kSwitchTerminator).
|
| StringVector args(argv_.begin() + begin_args_, argv_.end());
|
| // Erase only the first kSwitchTerminator (maybe "--" is a legitimate page?)
|
|
|