Index: net/quic/congestion_control/pacing_sender.h |
diff --git a/net/quic/congestion_control/pacing_sender.h b/net/quic/congestion_control/pacing_sender.h |
index 9230635b85d7284f983fe574ff01b8677936bbcd..ad1eeb9e2ad1a711b8250ee6a96d07d5ef568664 100644 |
--- a/net/quic/congestion_control/pacing_sender.h |
+++ b/net/quic/congestion_control/pacing_sender.h |
@@ -63,7 +63,7 @@ class NET_EXPORT_PRIVATE PacingSender : public SendAlgorithmInterface { |
scoped_ptr<SendAlgorithmInterface> sender_; // Underlying sender. |
QuicTime::Delta alarm_granularity_; |
uint32 initial_packet_burst_; |
- uint32 burst_tokens_; |
+ mutable uint32 burst_tokens_; |
// Send time of the last packet considered delayed. |
QuicTime last_delayed_packet_sent_time_; |
QuicTime next_packet_send_time_; // When can the next packet be sent. |