| Index: net/spdy/spdy_stream_unittest.cc
|
| diff --git a/net/spdy/spdy_stream_unittest.cc b/net/spdy/spdy_stream_unittest.cc
|
| index d6bf58dab57512badbdf4f846f7b1953b2ec84da..cc1386dab43cd1a3d2f3dffc262f9367d12b63fb 100644
|
| --- a/net/spdy/spdy_stream_unittest.cc
|
| +++ b/net/spdy/spdy_stream_unittest.cc
|
| @@ -53,7 +53,7 @@
|
| base::WeakPtr<SpdySession> CreateDefaultSpdySession() {
|
| SpdySessionKey key(HostPortPair("www.google.com", 80),
|
| ProxyServer::Direct(),
|
| - PRIVACY_MODE_DISABLED);
|
| + kPrivacyModeDisabled);
|
| return CreateInsecureSpdySession(session_, key, BoundNetLog());
|
| }
|
|
|
|
|