| Index: net/quic/quic_http_stream_test.cc
|
| diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc
|
| index ab5063c8f84ea3ca8d0225c7eae2482c84353cbf..09da29182bb717b703b20e5de41a3cabb98c2b83 100644
|
| --- a/net/quic/quic_http_stream_test.cc
|
| +++ b/net/quic/quic_http_stream_test.cc
|
| @@ -58,7 +58,7 @@ namespace {
|
|
|
| const char kUploadData[] = "Really nifty data!";
|
| const char kDefaultServerHostName[] = "www.google.com";
|
| -const uint16 kDefaultServerPort = 80;
|
| +const uint16_t kDefaultServerPort = 80;
|
|
|
| class TestQuicConnection : public QuicConnection {
|
| public:
|
|
|