| Index: content/common/gpu/media/android_video_encode_accelerator.cc
|
| diff --git a/content/common/gpu/media/android_video_encode_accelerator.cc b/content/common/gpu/media/android_video_encode_accelerator.cc
|
| index 83593fa5901a531ba0cad6bf1bf86c8f7b03ab02..a6406c15891b572edadcce5a04d40c6dde627df3 100644
|
| --- a/content/common/gpu/media/android_video_encode_accelerator.cc
|
| +++ b/content/common/gpu/media/android_video_encode_accelerator.cc
|
| @@ -86,7 +86,7 @@ AndroidVideoEncodeAccelerator::GetSupportedProfiles() {
|
| std::vector<SupportedProfile> profiles;
|
|
|
| #if defined(ENABLE_WEBRTC)
|
| - const CommandLine* cmd_line = CommandLine::ForCurrentProcess();
|
| + const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess();
|
| if (cmd_line->HasSwitch(switches::kDisableWebRtcHWEncoding))
|
| return profiles;
|
| #endif
|
|
|