| Index: net/spdy/spdy_http_stream_spdy3_unittest.cc
|
| diff --git a/net/spdy/spdy_http_stream_spdy3_unittest.cc b/net/spdy/spdy_http_stream_spdy3_unittest.cc
|
| index ae015e6dfa060881acf1622b236c0f1e5afed1ae..b7dbc2ff735727199e5970e75d7f9ee45f4a2a0a 100644
|
| --- a/net/spdy/spdy_http_stream_spdy3_unittest.cc
|
| +++ b/net/spdy/spdy_http_stream_spdy3_unittest.cc
|
| @@ -717,7 +717,7 @@ SpdyFrame* ConstructCredentialRequestFrame(size_t slot, const GURL& url,
|
| ":version",
|
| "HTTP/1.1"
|
| };
|
| - return ConstructSpdyPacket(
|
| + return ConstructSpdyFrame(
|
| syn_headers, NULL, 0, headers, arraysize(headers)/2);
|
| }
|
|
|
|
|