| Index: net/spdy/hpack_round_trip_test.cc
|
| diff --git a/net/spdy/hpack_round_trip_test.cc b/net/spdy/hpack_round_trip_test.cc
|
| index 39be93982b62f8288e7e2c165aed648252dbdbb3..b374605758c4335b0c2b551755051a2ab2df47ea 100644
|
| --- a/net/spdy/hpack_round_trip_test.cc
|
| +++ b/net/spdy/hpack_round_trip_test.cc
|
| @@ -102,7 +102,7 @@ TEST_F(HpackRoundTripTest, RequestFixtures) {
|
| headers[":path"] = "/";
|
| headers[":scheme"] = "http";
|
| headers["cache-control"] = "no-cache";
|
| - headers["cookie"] = "fizzle=fazzle; foo=bar";
|
| + headers["cookie"] = "foo=bar; fizzle=fazzle";
|
| EXPECT_TRUE(RoundTrip(headers));
|
| }
|
| {
|
|
|