| Index: content/renderer/media/user_media_client_impl_unittest.cc
|
| diff --git a/content/renderer/media/user_media_client_impl_unittest.cc b/content/renderer/media/user_media_client_impl_unittest.cc
|
| index b5505f07521a1df9199ec43878b2e87f58628814..0230fdbad3dfaed3ac4f3b267c65695df9919e12 100644
|
| --- a/content/renderer/media/user_media_client_impl_unittest.cc
|
| +++ b/content/renderer/media/user_media_client_impl_unittest.cc
|
| @@ -98,11 +98,10 @@ blink::WebMediaConstraints CreateFacingModeConstraints(
|
|
|
| class MockMediaStreamVideoCapturerSource : public MockMediaStreamVideoSource {
|
| public:
|
| - MockMediaStreamVideoCapturerSource(
|
| - const StreamDeviceInfo& device,
|
| - const SourceStoppedCallback& stop_callback,
|
| - PeerConnectionDependencyFactory* factory)
|
| - : MockMediaStreamVideoSource(false) {
|
| + MockMediaStreamVideoCapturerSource(const StreamDeviceInfo& device,
|
| + const SourceStoppedCallback& stop_callback,
|
| + PeerConnectionDependencyFactory* factory)
|
| + : MockMediaStreamVideoSource() {
|
| SetDeviceInfo(device);
|
| SetStopCallback(stop_callback);
|
| }
|
|
|