| Index: webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
 | 
| diff --git a/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h b/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
 | 
| index a643c1f10307ff88412c63b17fd304d918582144..a50faf6712313ab006df2d6fee3b2059585cc506 100644
 | 
| --- a/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
 | 
| +++ b/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
 | 
| @@ -24,7 +24,10 @@ class SendTimeHistory {
 | 
|    SendTimeHistory(Clock* clock, int64_t packet_age_limit);
 | 
|    virtual ~SendTimeHistory();
 | 
|  
 | 
| -  void AddAndRemoveOld(uint16_t sequence_number, size_t length, bool was_paced);
 | 
| +  void AddAndRemoveOld(uint16_t sequence_number,
 | 
| +                       size_t length,
 | 
| +                       bool was_paced,
 | 
| +                       int probe_cluster_id);
 | 
|    bool OnSentPacket(uint16_t sequence_number, int64_t timestamp);
 | 
|    // Look up PacketInfo for a sent packet, based on the sequence number, and
 | 
|    // populate all fields except for receive_time. The packet parameter must
 | 
| 
 |