| Index: webrtc/video/send_statistics_proxy.h
|
| diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
|
| index 3d2f8ef61e985e767513872e5a36b93ec923419c..b47691ab390860a7e409b4a8220573cbba2e8ac7 100644
|
| --- a/webrtc/video/send_statistics_proxy.h
|
| +++ b/webrtc/video/send_statistics_proxy.h
|
| @@ -136,8 +136,7 @@
|
| EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
|
|
| Clock* const clock_;
|
| - const std::string payload_name_;
|
| - const VideoSendStream::Config::Rtp rtp_config_;
|
| + const VideoSendStream::Config config_;
|
| rtc::CriticalSection crit_;
|
| VideoEncoderConfig::ContentType content_type_ GUARDED_BY(crit_);
|
| const int64_t start_ms_;
|
| @@ -155,7 +154,7 @@
|
| Clock* clock);
|
| ~UmaSamplesContainer();
|
|
|
| - void UpdateHistograms(const VideoSendStream::Config::Rtp& rtp_config,
|
| + void UpdateHistograms(const VideoSendStream::Config& config,
|
| const VideoSendStream::Stats& current_stats);
|
|
|
| const std::string uma_prefix_;
|
|
|