commit | b3f8993357927deaf669cbb746155dab4320513b | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Dec 08 18:20:44 2010 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Dec 08 18:20:44 2010 |
tree | 5b9a5ee0f3d36b394c7e69c7357429ecb7b89730 | |
parent | 299de2ee80e9b46638f89b98aa9696a06d9f94b8 [diff] [blame] |
Linux build fix. BUG=none TEST=none TBR=willchan Review URL: http://codereview.chromium.org/5671001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68609 0039d316-1c4b-4281-b951-d872f2087c98
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 @@ '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];