Chromium Code Reviews| Index: net/quic/quic_bandwidth.cc |
| diff --git a/net/quic/quic_bandwidth.cc b/net/quic/quic_bandwidth.cc |
| index 33cb67e5c38281425f9c3db43d1886a2aa8689c7..9cbccbf43286cf76efbfd2416388ba5dd5258955 100644 |
| --- a/net/quic/quic_bandwidth.cc |
| +++ b/net/quic/quic_bandwidth.cc |
| @@ -10,7 +10,7 @@ |
| namespace net { |
| // Highest number that QuicBandwidth can hold. |
| -const int64 kQuicInfiniteBandwidth = 0x7fffffffffffffffll; |
| +const int64 kQuicInfiniteBandwidth = GG_INT64_C(0x7fffffffffffffff); |
| // static |
| QuicBandwidth QuicBandwidth::Zero() { |