RTC_EXPORT IceServer, StatsReport::{IdBase,Value}.

The component build test failed close to the end of compilation because
of these three missing symbols, see [1].

[1] - https://ci.chromium.org/p/chromium/builders/try/win_chromium_compile_dbg_ng/435777

Bug: webrtc:9419
Change-Id: Icd32fc195229d612bc7b00451f41dc47e589e638
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159686
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29770}
This commit is contained in:
Mirko Bonadei 2019-11-12 13:01:23 +01:00 committed by Commit Bot
parent bd27b14638
commit 051cae5d11
2 changed files with 3 additions and 3 deletions

View File

@ -201,7 +201,7 @@ class RTC_EXPORT PeerConnectionInterface : public rtc::RefCountInterface {
kTlsCertPolicyInsecureNoCheck,
};
struct IceServer {
struct RTC_EXPORT IceServer {
IceServer();
IceServer(const IceServer&);
~IceServer();

View File

@ -242,7 +242,7 @@ class RTC_EXPORT StatsReport {
kStatsValueNameAudioDeviceUnderrunCounter,
};
class IdBase : public rtc::RefCountInterface {
class RTC_EXPORT IdBase : public rtc::RefCountInterface {
public:
~IdBase() override;
StatsType type() const;
@ -268,7 +268,7 @@ class RTC_EXPORT StatsReport {
typedef rtc::scoped_refptr<IdBase> Id;
struct Value {
struct RTC_EXPORT Value {
enum Type {
kInt, // int.
kInt64, // int64_t.