| Index: media/tools/wav_ola_test/wav_ola_test.cc
|
| diff --git a/media/tools/wav_ola_test/wav_ola_test.cc b/media/tools/wav_ola_test/wav_ola_test.cc
|
| index 2561baf5973e3607053126f4cedee201c5e656f6..d3a59a8710ee6e21c770e0f54085e9a192dd71b0 100644
|
| --- a/media/tools/wav_ola_test/wav_ola_test.cc
|
| +++ b/media/tools/wav_ola_test/wav_ola_test.cc
|
| @@ -73,7 +73,7 @@ int main(int argc, const char** argv) {
|
| CommandLine::Init(argc, argv);
|
| const CommandLine* cmd_line = CommandLine::ForCurrentProcess();
|
|
|
| - const std::vector<CommandLine::StringType>& filenames = cmd_line->args();
|
| + const CommandLine::StringVector& filenames = cmd_line->GetArgs();
|
| if (filenames.empty()) {
|
| std::cerr << "Usage: " << argv[0] << " RATE INFILE OUTFILE\n"
|
| << std::endl;
|
|
|