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