| Index: webrtc/pc/channelmanager_unittest.cc
|
| diff --git a/webrtc/pc/channelmanager_unittest.cc b/webrtc/pc/channelmanager_unittest.cc
|
| index cf54b913b82f0e43821c4d4d43227dd67a1f9530..74c359012c188a2405b1154c2700e44180ce84a3 100644
|
| --- a/webrtc/pc/channelmanager_unittest.cc
|
| +++ b/webrtc/pc/channelmanager_unittest.cc
|
| @@ -8,7 +8,6 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/api/fakemediacontroller.h"
|
| #include "webrtc/base/gunit.h"
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/base/thread.h"
|
| @@ -19,6 +18,7 @@
|
| #include "webrtc/media/engine/fakewebrtccall.h"
|
| #include "webrtc/p2p/base/faketransportcontroller.h"
|
| #include "webrtc/pc/channelmanager.h"
|
| +#include "webrtc/pc/fakemediacontroller.h"
|
|
|
| namespace cricket {
|
| const bool kDefaultRtcpMuxRequired = true;
|
|
|