| Index: net/spdy/spdy_network_transaction_unittest.cc
|
| diff --git a/net/spdy/spdy_network_transaction_unittest.cc b/net/spdy/spdy_network_transaction_unittest.cc
|
| index 9ba99e1cd826dd67f8c2a822a173f47763bd3011..e8bf63fb6d63e96b94d3787925e0c808fef28caa 100644
|
| --- a/net/spdy/spdy_network_transaction_unittest.cc
|
| +++ b/net/spdy/spdy_network_transaction_unittest.cc
|
| @@ -4219,16 +4219,16 @@ TEST_P(SpdyNetworkTransactionTest, SettingsSaved) {
|
| return;
|
| }
|
| static const SpdyHeaderInfo kSynReplyInfo = {
|
| - SYN_REPLY, // Syn Reply
|
| - 1, // Stream ID
|
| - 0, // Associated Stream ID
|
| - ConvertRequestPriorityToSpdyPriority(
|
| - LOWEST, spdy_util_.spdy_version()),
|
| - CONTROL_FLAG_NONE, // Control Flags
|
| - RST_STREAM_INVALID, // Status
|
| - NULL, // Data
|
| - 0, // Data Length
|
| - DATA_FLAG_NONE // Data Flags
|
| + SYN_REPLY, // Syn Reply
|
| + 1, // Stream ID
|
| + 0, // Associated Stream ID
|
| + ConvertRequestPriorityToSpdyPriority(LOWEST, spdy_util_.spdy_version()),
|
| + 0, // Weight (unused)
|
| + CONTROL_FLAG_NONE, // Control Flags
|
| + RST_STREAM_INVALID, // Status
|
| + NULL, // Data
|
| + 0, // Data Length
|
| + DATA_FLAG_NONE // Data Flags
|
| };
|
|
|
| BoundNetLog net_log;
|
| @@ -4329,16 +4329,16 @@ TEST_P(SpdyNetworkTransactionTest, SettingsPlayback) {
|
| return;
|
| }
|
| static const SpdyHeaderInfo kSynReplyInfo = {
|
| - SYN_REPLY, // Syn Reply
|
| - 1, // Stream ID
|
| - 0, // Associated Stream ID
|
| - ConvertRequestPriorityToSpdyPriority(
|
| - LOWEST, spdy_util_.spdy_version()),
|
| - CONTROL_FLAG_NONE, // Control Flags
|
| - RST_STREAM_INVALID, // Status
|
| - NULL, // Data
|
| - 0, // Data Length
|
| - DATA_FLAG_NONE // Data Flags
|
| + SYN_REPLY, // Syn Reply
|
| + 1, // Stream ID
|
| + 0, // Associated Stream ID
|
| + ConvertRequestPriorityToSpdyPriority(LOWEST, spdy_util_.spdy_version()),
|
| + 0, // Weight (unused)
|
| + CONTROL_FLAG_NONE, // Control Flags
|
| + RST_STREAM_INVALID, // Status
|
| + NULL, // Data
|
| + 0, // Data Length
|
| + DATA_FLAG_NONE // Data Flags
|
| };
|
|
|
| BoundNetLog net_log;
|
|
|