| Index: media/base/mac/avfoundation_glue.mm
|
| diff --git a/media/base/mac/avfoundation_glue.mm b/media/base/mac/avfoundation_glue.mm
|
| index 34b67c96d49c2f56b1b5c0e980f24433f621b214..0c48e4b94ae9f3f2556bf76f00461f0453287ab3 100644
|
| --- a/media/base/mac/avfoundation_glue.mm
|
| +++ b/media/base/mac/avfoundation_glue.mm
|
| @@ -126,7 +126,8 @@ bool IsAVFoundationSupportedHelper() {
|
| return false;
|
| }
|
|
|
| - const CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + const base::CommandLine* command_line =
|
| + base::CommandLine::ForCurrentProcess();
|
| // The force-qtkit flag takes precedence over enable-avfoundation.
|
| if (command_line->HasSwitch(switches::kForceQTKit)) {
|
| LogCaptureApi(CAPTURE_API_QTKIT_FORCED_BY_FLAG);
|
|
|