| Index: net/spdy/spdy_session_pool.cc
|
| diff --git a/net/spdy/spdy_session_pool.cc b/net/spdy/spdy_session_pool.cc
|
| index 4747f0595039e57a99203dece4302d321d9d2104..6ce0a937b3117503f705ed5dbf43fd073c1bcb7f 100644
|
| --- a/net/spdy/spdy_session_pool.cc
|
| +++ b/net/spdy/spdy_session_pool.cc
|
| @@ -323,7 +323,7 @@
|
| HostPortPair single_domain = HostPortPair("singledomain.com", 80);
|
| single_domain_key = new SpdySessionKey(single_domain,
|
| ProxyServer::Direct(),
|
| - PRIVACY_MODE_DISABLED);
|
| + kPrivacyModeDisabled);
|
| }
|
| return *single_domain_key;
|
| }
|
|
|