Chromium Code Reviews| 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 56146711683ab41521fff2d977d62daf592e63c8..a3ad6adaee60c0d69c27b8f5b425b2c2ab38e28d 100644 |
| --- a/net/spdy/spdy_test_util_common.h |
| +++ b/net/spdy/spdy_test_util_common.h |
| @@ -129,6 +129,7 @@ struct SpdyHeaderInfo { |
| SpdyStreamId id; |
| SpdyStreamId assoc_id; |
| SpdyPriority priority; |
| + int weight; |
| SpdyControlFlags control_flags; |
| SpdyRstStreamStatus status; |
| const char* data; |