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 aae7584393a956bdb7b56ac4ebf40c02a7ecb3e9..fe978785bd49ebe1d94408b149363413d11d7550 100644 |
--- a/net/spdy/hpack_round_trip_test.cc |
+++ b/net/spdy/hpack_round_trip_test.cc |
@@ -103,7 +103,7 @@ TEST_F(HpackRoundTripTest, RequestFixtures) { |
headers[":path"] = "/"; |
headers[":scheme"] = "http"; |
headers["cache-control"] = "no-cache"; |
- headers["cookie"] = "foo=bar; fizzle=fazzle"; |
+ headers["cookie"] = "foo=bar; spam=eggs"; |
EXPECT_TRUE(RoundTrip(headers)); |
} |
{ |