| Index: net/quic/core/quic_bandwidth.h
|
| diff --git a/net/quic/core/quic_bandwidth.h b/net/quic/core/quic_bandwidth.h
|
| index 20d32be8b5d4596e6344e75773cce4c0307370b9..36e0f1ad1605bb077f1e09c00a9dd596e5d8d831 100644
|
| --- a/net/quic/core/quic_bandwidth.h
|
| +++ b/net/quic/core/quic_bandwidth.h
|
| @@ -15,12 +15,10 @@
|
| #include "base/compiler_specific.h"
|
| #include "net/base/net_export.h"
|
| #include "net/quic/core/quic_time.h"
|
| +#include "net/quic/core/quic_types.h"
|
|
|
| namespace net {
|
|
|
| -typedef uint64_t QuicByteCount;
|
| -typedef uint64_t QuicPacketCount;
|
| -
|
| class NET_EXPORT_PRIVATE QuicBandwidth {
|
| public:
|
| // Creates a new QuicBandwidth with an internal value of 0.
|
|
|