| Index: net/quic/quic_packet_generator_test.cc
|
| diff --git a/net/quic/quic_packet_generator_test.cc b/net/quic/quic_packet_generator_test.cc
|
| index bc5ca9b3a50d05e2f5c3b2832de7cbffb92484a7..458df68c90849b85ac13d5d16074ed620a67720a 100644
|
| --- a/net/quic/quic_packet_generator_test.cc
|
| +++ b/net/quic/quic_packet_generator_test.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "net/quic/crypto/crypto_protocol.h"
|
| #include "net/quic/crypto/null_encrypter.h"
|
| #include "net/quic/crypto/quic_decrypter.h"
|
| @@ -32,7 +33,7 @@ namespace net {
|
| namespace test {
|
| namespace {
|
|
|
| -const int64 kMinFecTimeoutMs = 5u;
|
| +const int64_t kMinFecTimeoutMs = 5u;
|
|
|
| static const FecSendPolicy kFecSendPolicyList[] = {
|
| FEC_ANY_TRIGGER, FEC_ALARM_TRIGGER,
|
|
|