| Index: net/spdy/spdy_test_util_common.h
|
| diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h
|
| index bbecf14e1eab01287b1e851303952756b5d5d444..6bc6acde76e45a800adce1619e553cf33379f724 100644
|
| --- a/net/spdy/spdy_test_util_common.h
|
| +++ b/net/spdy/spdy_test_util_common.h
|
| @@ -218,10 +218,10 @@ struct SpdySessionDependencies {
|
| NextProto protocol;
|
| size_t stream_initial_recv_window_size;
|
| SpdySession::TimeFunc time_func;
|
| - NextProtoVector next_protos;
|
| + NextProtoVector next_protos;
|
| std::string trusted_spdy_proxy;
|
| - bool force_spdy_over_ssl;
|
| - bool force_spdy_always;
|
| + bool force_spdy_over_ssl;
|
| + bool force_spdy_always;
|
| bool use_alternate_protocols;
|
| NetLog* net_log;
|
| };
|
| @@ -400,7 +400,7 @@ class SpdyTestUtil {
|
| SpdyRstStreamStatus status) const;
|
|
|
| // Constructs a standard SPDY GET SYN frame, optionally compressed
|
| - // for the url |url|.
|
| + // for |url|.
|
| // |extra_headers| are the extra header-value pairs, which typically
|
| // will vary the most between calls.
|
| // Returns a SpdyFrame.
|
|
|