| Index: net/quic/quic_crypto_client_stream_test.cc
|
| diff --git a/net/quic/quic_crypto_client_stream_test.cc b/net/quic/quic_crypto_client_stream_test.cc
|
| index 7addbe16d19628c55f9b0d7e123a961db4993ce6..3b6c66a070fbffbb4ae36a8f3c983b04791758c1 100644
|
| --- a/net/quic/quic_crypto_client_stream_test.cc
|
| +++ b/net/quic/quic_crypto_client_stream_test.cc
|
| @@ -26,7 +26,7 @@ namespace test {
|
| namespace {
|
|
|
| const char kServerHostname[] = "test.example.com";
|
| -const uint16 kServerPort = 443;
|
| +const uint16_t kServerPort = 443;
|
|
|
| class QuicCryptoClientStreamTest : public ::testing::Test {
|
| public:
|
|
|