| Index: webrtc/api/stats/rtcstatsreport.h
 | 
| diff --git a/webrtc/api/stats/rtcstatsreport.h b/webrtc/api/stats/rtcstatsreport.h
 | 
| index 32514e765a21e2791a989896512b138565cf82c5..6d9ae6df2ac7be6e9c1952f5f3ad8499504fa176 100644
 | 
| --- a/webrtc/api/stats/rtcstatsreport.h
 | 
| +++ b/webrtc/api/stats/rtcstatsreport.h
 | 
| @@ -58,7 +58,7 @@ class RTCStatsReport : public rtc::RefCountInterface {
 | 
|    RTCStatsReport(const RTCStatsReport& other) = delete;
 | 
|  
 | 
|    int64_t timestamp_us() const { return timestamp_us_; }
 | 
| -  bool AddStats(std::unique_ptr<const RTCStats> stats);
 | 
| +  void AddStats(std::unique_ptr<const RTCStats> stats);
 | 
|    const RTCStats* Get(const std::string& id) const;
 | 
|    size_t size() const { return stats_.size(); }
 | 
|  
 | 
| 
 |