Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(656)

Unified Diff: net/spdy/spdy_http_stream_spdy3_unittest.cc

Issue 11568033: Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4.7.2) (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4.7.2) Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/spdy/spdy_http_stream_spdy3_unittest.cc
===================================================================
--- net/spdy/spdy_http_stream_spdy3_unittest.cc (revision 173691)
+++ net/spdy/spdy_http_stream_spdy3_unittest.cc (working copy)
@@ -528,8 +528,8 @@
// Constructs a standard SPDY SYN_STREAM frame for a GET request with
// a credential set.
-SpdyFrame* ConstructCredentialRequestFrame(int slot, const GURL& url,
- int stream_id) {
+SpdyFrame* ConstructCredentialRequestFrame(size_t slot, const GURL& url,
+ SpdyStreamId stream_id) {
const SpdyHeaderInfo syn_headers = {
SYN_STREAM,
stream_id,

Powered by Google App Engine
This is Rietveld 408576698