Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / media / cast / congestion_control / congestion_control.h
index df88151..236300a 100644 (file)
@@ -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_;