| Index: net/spdy/spdy_proxy_client_socket_unittest.cc
|
| diff --git a/net/spdy/spdy_proxy_client_socket_unittest.cc b/net/spdy/spdy_proxy_client_socket_unittest.cc
|
| index 2e7a35f90bc6da8e2f125d6277d48c044023f9a0..13e6624d29e0bae5eaa585ea2ab4d0c8ec3ca636 100644
|
| --- a/net/spdy/spdy_proxy_client_socket_unittest.cc
|
| +++ b/net/spdy/spdy_proxy_client_socket_unittest.cc
|
| @@ -45,7 +45,7 @@ static const int kStreamId = 1;
|
|
|
| static const char kMsg1[] = "\0hello!\xff";
|
| static const int kLen1 = 8;
|
| -static const char kMsg2[] = "\00012345678\0";
|
| +static const char kMsg2[] = "\0a2345678\0";
|
| static const int kLen2 = 10;
|
| static const char kMsg3[] = "bye!";
|
| static const int kLen3 = 4;
|
|
|