Fix wrong forward declaration namespace.

Bug: webrtc:9862
Change-Id: I51b5f189a83c44ad34f85bac8832e462276afcf3
Reviewed-on: https://webrtc-review.googlesource.com/c/111924
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25792}
This commit is contained in:
Mirko Bonadei 2018-11-26 19:25:05 +01:00 committed by Commit Bot
parent 4e58444b0d
commit c5095e52ed

View File

@ -21,6 +21,13 @@
#include "api/transport/network_control.h"
#include "rtc_base/scoped_ref_ptr.h"
namespace rtc {
// TODO(bugs.webrtc.org/9987): Move rtc::Thread to api/ or expose a better
// type. At the moment, rtc::Thread is not part of api/ so it cannot be
// included in order to avoid to leak internal types.
class Thread;
} // namespace rtc
namespace cricket {
class WebRtcVideoDecoderFactory;
class WebRtcVideoEncoderFactory;
@ -30,7 +37,6 @@ namespace webrtc {
class AudioDeviceModule;
class AudioProcessing;
class Thread;
#if defined(USE_BUILTIN_SW_CODECS)
// Create a new instance of PeerConnectionFactoryInterface.