| Index: media/cast/congestion_control/congestion_control.h
|
| diff --git a/media/cast/congestion_control/congestion_control.h b/media/cast/congestion_control/congestion_control.h
|
| index df88151eb8fe1eaa6e03ffb151f7536df621ef6c..236300a36bd9c91db166c034f02017a15e705949 100644
|
| --- a/media/cast/congestion_control/congestion_control.h
|
| +++ b/media/cast/congestion_control/congestion_control.h
|
| @@ -30,7 +30,6 @@ class CongestionControl {
|
| // Returns true if the bitrate have changed.
|
| bool OnNack(base::TimeDelta rtt_ms, uint32* new_bitrate);
|
|
|
| -
|
| private:
|
| base::TickClock* const clock_; // Not owned by this class.
|
| const float congestion_control_back_off_;
|
|
|