| Index: webrtc/pc/channelmanager.cc
|
| diff --git a/webrtc/pc/channelmanager.cc b/webrtc/pc/channelmanager.cc
|
| index a0b3609ecfc89ee61f733082528514007348170a..9f72cfd779dec5bb2d1328d25efa3b7ce6c83439 100644
|
| --- a/webrtc/pc/channelmanager.cc
|
| +++ b/webrtc/pc/channelmanager.cc
|
| @@ -12,7 +12,6 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "webrtc/api/mediacontroller.h"
|
| #include "webrtc/base/bind.h"
|
| #include "webrtc/base/common.h"
|
| #include "webrtc/base/logging.h"
|
| @@ -26,6 +25,7 @@
|
| #include "webrtc/media/sctp/sctpdataengine.h"
|
| #endif
|
| #include "webrtc/pc/srtpfilter.h"
|
| +#include "webrtc/pc/mediacontroller.h"
|
|
|
| namespace cricket {
|
|
|
|
|