| Index: content/renderer/media/mock_peer_connection_impl.cc
|
| diff --git a/content/renderer/media/mock_peer_connection_impl.cc b/content/renderer/media/mock_peer_connection_impl.cc
|
| index c00c02367b6baea1e3226086238d544f9a93d8ca..41fa2d1a5d5895fa68b8d0d9cff825378e120201 100644
|
| --- a/content/renderer/media/mock_peer_connection_impl.cc
|
| +++ b/content/renderer/media/mock_peer_connection_impl.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/renderer/media/mock_media_stream_dependency_factory.h"
|
| #include "content/renderer/media/mock_peer_connection_impl.h"
|
|
|
| #include <vector>
|
|
|
| #include "base/logging.h"
|
| +#include "content/renderer/media/webrtc/mock_peer_connection_dependency_factory.h"
|
|
|
| using testing::_;
|
| using webrtc::AudioTrackInterface;
|
| @@ -205,7 +205,7 @@ const char MockPeerConnectionImpl::kDummyOffer[] = "dummy offer";
|
| const char MockPeerConnectionImpl::kDummyAnswer[] = "dummy answer";
|
|
|
| MockPeerConnectionImpl::MockPeerConnectionImpl(
|
| - MockMediaStreamDependencyFactory* factory)
|
| + MockPeerConnectionDependencyFactory* factory)
|
| : dependency_factory_(factory),
|
| local_streams_(new talk_base::RefCountedObject<MockStreamCollection>),
|
| remote_streams_(new talk_base::RefCountedObject<MockStreamCollection>),
|
|
|