| Index: webrtc/api/webrtcsession_unittest.cc
|
| diff --git a/webrtc/api/webrtcsession_unittest.cc b/webrtc/api/webrtcsession_unittest.cc
|
| index f503db3e130d35e457a2c2293efd5780092e5777..b0ee1be67ced55f9b3b7f8cef38982c02a3aa5fa 100644
|
| --- a/webrtc/api/webrtcsession_unittest.cc
|
| +++ b/webrtc/api/webrtcsession_unittest.cc
|
| @@ -18,8 +18,6 @@
|
| #include "webrtc/api/jsepsessiondescription.h"
|
| #include "webrtc/api/peerconnection.h"
|
| #include "webrtc/api/sctputils.h"
|
| -#include "webrtc/api/streamcollection.h"
|
| -#include "webrtc/api/streamcollection.h"
|
| #include "webrtc/api/test/fakedtlsidentitystore.h"
|
| #include "webrtc/api/videotrack.h"
|
| #include "webrtc/api/webrtcsession.h"
|
| @@ -323,7 +321,6 @@ class WebRtcSessionTest
|
| channel_manager_(
|
| new cricket::ChannelManager(media_engine_,
|
| data_engine_,
|
| - new cricket::CaptureManager(),
|
| rtc::Thread::Current())),
|
| fake_call_(webrtc::Call::Config()),
|
| media_controller_(
|
|
|