| Index: media/test/ffmpeg_tests/ffmpeg_tests.cc
|
| diff --git a/media/test/ffmpeg_tests/ffmpeg_tests.cc b/media/test/ffmpeg_tests/ffmpeg_tests.cc
|
| index 45e4d31a35346ad3f71633f8c7f5ce41e2f749d4..4bdc6ba8bb01e9c477cdf72c25b13720e7ef5bda 100644
|
| --- a/media/test/ffmpeg_tests/ffmpeg_tests.cc
|
| +++ b/media/test/ffmpeg_tests/ffmpeg_tests.cc
|
| @@ -71,7 +71,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] << " MEDIAFILE" << std::endl;
|
|
|