Commit 61b83a1c authored by dcheng's avatar dcheng Committed by Commit bot

Remove implicit conversions from scoped_refptr to T* in media/

This patch was generated by running the rewrite_scoped_refptr clang tool
on a Mac build.

BUG=110610

Review URL: https://codereview.chromium.org/584103002

Cr-Commit-Position: refs/heads/master@{#295837}
parent 14f0c3d1
......@@ -173,7 +173,9 @@ void VideoCaptureDeviceFactoryMac::EnumerateDeviceNames(const base::Callback<
callback.Run(device_names.Pass());
} else {
DVLOG(1) << "Enumerating video capture devices using QTKit";
base::PostTaskAndReplyWithResult(ui_task_runner_, FROM_HERE,
base::PostTaskAndReplyWithResult(
ui_task_runner_.get(),
FROM_HERE,
base::Bind(&EnumerateDevicesUsingQTKit),
base::Bind(&RunDevicesEnumeratedCallback, callback));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment