| Index: media/video/capture/mac/video_capture_device_mac.h
|
| diff --git a/media/video/capture/mac/video_capture_device_mac.h b/media/video/capture/mac/video_capture_device_mac.h
|
| index adfd4c79f1864b8e2103fdb85989532d3fb10163..f46bf97c144306c74e3dfd39eb808e7f8533c350 100644
|
| --- a/media/video/capture/mac/video_capture_device_mac.h
|
| +++ b/media/video/capture/mac/video_capture_device_mac.h
|
| @@ -14,7 +14,6 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "base/message_loop/message_loop_proxy.h"
|
| #include "media/video/capture/video_capture_device.h"
|
| #include "media/video/capture/video_capture_types.h"
|
|
|
| @@ -66,7 +65,7 @@ class VideoCaptureDeviceMac : public VideoCaptureDevice {
|
| bool tried_to_square_pixels_;
|
|
|
| // Only read and write state_ from inside this loop.
|
| - const scoped_refptr<base::MessageLoopProxy> loop_proxy_;
|
| + const scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
|
| InternalState state_;
|
|
|
| // Used with Bind and PostTask to ensure that methods aren't called
|
|
|