| Index: net/spdy/spdy_session_key.cc
|
| diff --git a/net/spdy/spdy_session_key.cc b/net/spdy/spdy_session_key.cc
|
| index 3ef95de5c3ab1dea27dfa66a381e139d8bbe8d7c..3d6cdeafad187fb3404ad620013f7223675ccc3c 100644
|
| --- a/net/spdy/spdy_session_key.cc
|
| +++ b/net/spdy/spdy_session_key.cc
|
| @@ -8,7 +8,7 @@
|
|
|
| namespace net {
|
|
|
| -SpdySessionKey::SpdySessionKey() : privacy_mode_(PRIVACY_MODE_DISABLED) {
|
| +SpdySessionKey::SpdySessionKey() : privacy_mode_(kPrivacyModeDisabled) {
|
| }
|
|
|
| SpdySessionKey::SpdySessionKey(const HostPortPair& host_port_pair,
|
|
|