| Index: webrtc/logging/rtc_event_log/rtc_event_log.h
|
| diff --git a/webrtc/logging/rtc_event_log/rtc_event_log.h b/webrtc/logging/rtc_event_log/rtc_event_log.h
|
| index 5657e97596a8005179e80a65c4a848611d100c0d..3c776b5e62d63a64e5064099ea67a7c3955c600a 100644
|
| --- a/webrtc/logging/rtc_event_log/rtc_event_log.h
|
| +++ b/webrtc/logging/rtc_event_log/rtc_event_log.h
|
| @@ -19,6 +19,8 @@
|
| // TODO(eladalon): Get rid of this later in the CL-stack.
|
| #include "webrtc/api/rtpparameters.h"
|
| #include "webrtc/common_types.h"
|
| +// TODO(eladalon): Get rid of this later in the CL-stack.
|
| +#include "webrtc/logging/rtc_event_log/events/rtc_event_probe_result_failure.h"
|
| #include "webrtc/rtc_base/platform_file.h"
|
|
|
| namespace webrtc {
|
| @@ -38,11 +40,6 @@ enum class MediaType;
|
| enum class BandwidthUsage;
|
|
|
| enum PacketDirection { kIncomingPacket = 0, kOutgoingPacket };
|
| -enum ProbeFailureReason {
|
| - kInvalidSendReceiveInterval,
|
| - kInvalidSendReceiveRatio,
|
| - kTimeout
|
| -};
|
|
|
| class RtcEventLog {
|
| public:
|
|
|