| Index: net/spdy/spdy_http_stream_unittest.cc
|
| diff --git a/net/spdy/spdy_http_stream_unittest.cc b/net/spdy/spdy_http_stream_unittest.cc
|
| index d9e63f9e184e8be1803afaeebf7fc978baa28fec..2142d586eb18f690378fb35e1fb4674a6b80d656 100644
|
| --- a/net/spdy/spdy_http_stream_unittest.cc
|
| +++ b/net/spdy/spdy_http_stream_unittest.cc
|
| @@ -143,7 +143,7 @@
|
|
|
| HostPortPair host_port_pair("www.google.com", 80);
|
| SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
|
| - PRIVACY_MODE_DISABLED);
|
| + kPrivacyModeDisabled);
|
| InitSession(reads, arraysize(reads), NULL, 0, key);
|
|
|
| SpdyHttpStream stream(session_, false);
|
| @@ -169,7 +169,7 @@
|
|
|
| HostPortPair host_port_pair("www.google.com", 80);
|
| SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
|
| - PRIVACY_MODE_DISABLED);
|
| + kPrivacyModeDisabled);
|
| InitSession(reads, arraysize(reads), writes, arraysize(writes), key);
|
|
|
| HttpRequestInfo request;
|
| @@ -244,7 +244,7 @@
|
|
|
| HostPortPair host_port_pair("www.google.com", 80);
|
| SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
|
| - PRIVACY_MODE_DISABLED);
|
| + kPrivacyModeDisabled);
|
| InitSessionDeterministic(reads, arraysize(reads),
|
| writes, arraysize(writes),
|
| key);
|
| @@ -333,7 +333,7 @@
|
|
|
| HostPortPair host_port_pair("www.google.com", 80);
|
| SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
|
| - PRIVACY_MODE_DISABLED);
|
| + kPrivacyModeDisabled);
|
| InitSession(vector_as_array(&reads), reads.size(),
|
| vector_as_array(&writes), writes.size(),
|
| key);
|
| @@ -409,7 +409,7 @@
|
|
|
| HostPortPair host_port_pair("www.google.com", 80);
|
| SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
|
| - PRIVACY_MODE_DISABLED);
|
| + kPrivacyModeDisabled);
|
| InitSessionDeterministic(reads, arraysize(reads),
|
| writes, arraysize(writes),
|
| key);
|
| @@ -503,7 +503,7 @@
|
|
|
| HostPortPair host_port_pair("www.google.com", 80);
|
| SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
|
| - PRIVACY_MODE_DISABLED);
|
| + kPrivacyModeDisabled);
|
| InitSession(reads, arraysize(reads), writes, arraysize(writes), key);
|
|
|
| HttpRequestInfo request;
|
| @@ -562,7 +562,7 @@
|
|
|
| HostPortPair host_port_pair("www.google.com", 80);
|
| SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
|
| - PRIVACY_MODE_DISABLED);
|
| + kPrivacyModeDisabled);
|
|
|
| InitSessionDeterministic(reads, arraysize(reads),
|
| writes, arraysize(writes),
|
|
|