Delete ChannelManager class declaration.

ChannelManager has been deleted, these declaration should also be deleted.

Bug: webrtc:13931
Change-Id: I2739a0424f61d6e659cb694a3f51bb6b90911cf9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/282520
Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org>
Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38579}
This commit is contained in:
Yaowen Guo 2022-11-08 15:39:36 +08:00 committed by WebRTC LUCI CQ
parent 5600fe5bed
commit 999fff45ed
7 changed files with 0 additions and 23 deletions

View File

@ -32,10 +32,6 @@
#include "rtc_base/thread.h"
#include "rtc_base/thread_annotations.h"
namespace cricket {
class ChannelManager;
}
namespace rtc {
class BasicPacketSocketFactory;
class UniqueRandomIdGenerator;

View File

@ -46,7 +46,6 @@ class ConnectionContext;
namespace cricket {
class ChannelManager;
class MediaEngineInterface;
// Default RTCP CNAME for unit tests.

View File

@ -84,10 +84,6 @@
#include "rtc_base/thread_annotations.h"
#include "rtc_base/weak_ptr.h"
namespace cricket {
class ChannelManager;
}
namespace webrtc {
// PeerConnection is the implementation of the PeerConnection object as defined

View File

@ -46,10 +46,6 @@
#include "rtc_base/thread.h"
#include "rtc_base/thread_annotations.h"
namespace cricket {
class ChannelManager;
}
namespace rtc {
class BasicNetworkManager;
class BasicPacketSocketFactory;

View File

@ -47,7 +47,6 @@
#include "rtc_base/thread_annotations.h"
namespace cricket {
class ChannelManager;
class MediaEngineInterface;
}

View File

@ -40,10 +40,6 @@
#include "rtc_base/thread_annotations.h"
#include "rtc_base/weak_ptr.h"
namespace cricket {
class ChannelManager;
}
namespace rtc {
class Thread;
}

View File

@ -63,10 +63,6 @@
#include "rtc_base/unique_id_generator.h"
#include "rtc_base/weak_ptr.h"
namespace cricket {
class ChannelManager;
}
namespace webrtc {
// SdpOfferAnswerHandler is a component
@ -569,7 +565,6 @@ class SdpOfferAnswerHandler : public SdpStateProvider {
// ==================================================================
// Access to pc_ variables
cricket::ChannelManager* channel_manager() const;
cricket::MediaEngineInterface* media_engine() const;
TransceiverList* transceivers();
const TransceiverList* transceivers() const;