| Index: media/tools/player_x11/player_x11.cc
|
| diff --git a/media/tools/player_x11/player_x11.cc b/media/tools/player_x11/player_x11.cc
|
| index c673723281f31cd23deb96cd4a382382a281dff3..c1719fa5c6081f0872b31070aeb9ab4202dba5f8 100644
|
| --- a/media/tools/player_x11/player_x11.cc
|
| +++ b/media/tools/player_x11/player_x11.cc
|
| @@ -229,8 +229,8 @@ int main(int argc, char** argv) {
|
| base::AtExitManager at_exit;
|
| media::InitializeMediaLibraryForTesting();
|
|
|
| - CommandLine::Init(argc, argv);
|
| - CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine::Init(argc, argv);
|
| + base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| std::string filename = command_line->GetSwitchValueASCII("file");
|
|
|
| if (filename.empty()) {
|
|
|