Index: content/common/gpu/media/gpu_video_encode_accelerator.cc |
diff --git a/content/common/gpu/media/gpu_video_encode_accelerator.cc b/content/common/gpu/media/gpu_video_encode_accelerator.cc |
index 52ecab8e7242cee90523859ad17c84f8691152e5..8c12967778f1494aa209334982e0bcfd81b14458 100644 |
--- a/content/common/gpu/media/gpu_video_encode_accelerator.cc |
+++ b/content/common/gpu/media/gpu_video_encode_accelerator.cc |
@@ -191,7 +191,7 @@ void GpuVideoEncodeAccelerator::CreateEncoder() { |
encoder_.reset(new V4L2VideoEncodeAccelerator(device.Pass())); |
#elif defined(ARCH_CPU_X86_FAMILY) |
- const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); |
+ const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); |
if (cmd_line->HasSwitch(switches::kEnableVaapiAcceleratedVideoEncode)) |
encoder_.reset(new VaapiVideoEncodeAccelerator(gfx::GetXDisplay())); |
#endif |