| Index: net/spdy/spdy_http_stream_unittest.cc
|
| diff --git a/net/spdy/spdy_http_stream_unittest.cc b/net/spdy/spdy_http_stream_unittest.cc
|
| index c1d4beaa6ac1c93c18cafad1960acae1b2d5685c..675060918d5f08cdd4368223c3e1e751e0b62080 100644
|
| --- a/net/spdy/spdy_http_stream_unittest.cc
|
| +++ b/net/spdy/spdy_http_stream_unittest.cc
|
| @@ -283,7 +283,6 @@ TEST_F(SpdyHttpStreamTest, SendCredentials) {
|
|
|
| spdy::SpdyCredential cred;
|
| cred.slot = 1;
|
| - cred.origin = "http://www.gmail.com";
|
| cred.proof = proof;
|
| cred.certs.push_back(cert);
|
|
|
|
|