Index: media/base/pipeline.cc |
diff --git a/media/base/pipeline.cc b/media/base/pipeline.cc |
index d6ed6516a2b91a27eb1d5e96e22342b937bc505b..3d210d40c42388bd329f25235f54f496138194d2 100644 |
--- a/media/base/pipeline.cc |
+++ b/media/base/pipeline.cc |
@@ -685,7 +685,7 @@ void Pipeline::RunEndedCallbackIfNeeded() { |
scoped_ptr<TextRenderer> Pipeline::CreateTextRenderer() { |
DCHECK(task_runner_->BelongsToCurrentThread()); |
- const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); |
+ const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); |
if (!cmd_line->HasSwitch(switches::kEnableInbandTextTracks)) |
return scoped_ptr<media::TextRenderer>(); |