| Index: webrtc/logging/rtc_event_log/events/rtc_event_probe_result_failure.cc
|
| diff --git a/webrtc/logging/rtc_event_log/events/rtc_event_probe_result_failure.cc b/webrtc/logging/rtc_event_log/events/rtc_event_probe_result_failure.cc
|
| index 427865c80618848df895084afb2d86b256dae511..7b7a388d9497a1bfff513d163ab0cc4eb7438bdc 100644
|
| --- a/webrtc/logging/rtc_event_log/events/rtc_event_probe_result_failure.cc
|
| +++ b/webrtc/logging/rtc_event_log/events/rtc_event_probe_result_failure.cc
|
| @@ -12,6 +12,11 @@
|
|
|
| namespace webrtc {
|
|
|
| +RtcEventProbeResultFailure::RtcEventProbeResultFailure(
|
| + int id,
|
| + ProbeFailureReason failure_reason)
|
| + : id_(id), failure_reason_(failure_reason) {}
|
| +
|
| RtcEvent::Type RtcEventProbeResultFailure::GetType() const {
|
| return RtcEvent::Type::ProbeResultFailure;
|
| }
|
|
|