| Index: net/quic/congestion_control/fix_rate_receiver.cc
|
| diff --git a/net/quic/congestion_control/fix_rate_receiver.cc b/net/quic/congestion_control/fix_rate_receiver.cc
|
| index a13362ff226b14266cd24e0cf0144494080a9931..7326f46275232e7746d0611de5d05af952184143 100644
|
| --- a/net/quic/congestion_control/fix_rate_receiver.cc
|
| +++ b/net/quic/congestion_control/fix_rate_receiver.cc
|
| @@ -8,7 +8,7 @@
|
| #include "net/quic/congestion_control/receive_algorithm_interface.h"
|
|
|
| namespace {
|
| - static const int kInitialBitrate = 100000; // In bytes per second.
|
| +static const int kInitialBitrate = 100000; // In bytes per second.
|
| }
|
|
|
| namespace net {
|
|
|