Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Unified Diff: net/spdy/spdy_test_util_common.h

Issue 311623002: Remove CRLFs in spdy_test_util_common.h, as this makes the CQ sad. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698