Index: net/spdy/spdy_test_util_common.h |
diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h |
index 0ee59d4428aff065aa963ff49cb6483f1312b0f2..58e1b0043cbbe0915580ea5cbb6b4bce3cdb6413 100644 |
--- a/net/spdy/spdy_test_util_common.h |
+++ b/net/spdy/spdy_test_util_common.h |
@@ -436,7 +436,8 @@ class SpdyTestUtil { |
SpdyFrame* ConstructSpdyConnect(const char* const extra_headers[], |
int extra_header_count, |
int stream_id, |
- RequestPriority priority) const; |
+ RequestPriority priority, |
+ const HostPortPair& host_port_pair) const; |
// Constructs a standard SPDY push SYN frame. |
// |extra_headers| are the extra header-value pairs, which typically |