diff options
Diffstat (limited to 'net/spdy/spdy_network_transaction_unittest.cc')
-rw-r--r-- | net/spdy/spdy_network_transaction_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_network_transaction_unittest.cc b/net/spdy/spdy_network_transaction_unittest.cc index fc0cbe8..586f7dc 100644 --- a/net/spdy/spdy_network_transaction_unittest.cc +++ b/net/spdy/spdy_network_transaction_unittest.cc @@ -5332,7 +5332,7 @@ TEST_P(SpdyNetworkTransactionTest, ServerPushCrossOriginCorrectness) { 'p', 'u', 's', 'h', 'e', 'd' // "pushed" }; - for (int index = 0; index < arraysize(kTestCases); index += 2) { + for (size_t index = 0; index < arraysize(kTestCases); index += 2) { const char* url_to_fetch = kTestCases[index]; const char* url_to_push = kTestCases[index + 1]; |