Index: media/filters/vpx_video_decoder.cc |
diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc |
index 2ca957db2f6ba12f9e7029cfa75bc2c00c0394fd..b1415eea1d14ca668f040405fe79a197d5e7e1ab 100644 |
--- a/media/filters/vpx_video_decoder.cc |
+++ b/media/filters/vpx_video_decoder.cc |
@@ -51,7 +51,7 @@ static int GetThreadCount(const VideoDecoderConfig& config) { |
// Refer to http://crbug.com/93932 for tsan suppressions on decoding. |
int decode_threads = kDecodeThreads; |
- const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); |
+ const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); |
std::string threads(cmd_line->GetSwitchValueASCII(switches::kVideoThreads)); |
if (threads.empty() || !base::StringToInt(threads, &decode_threads)) { |
if (config.codec() == kCodecVP9) { |