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