Commit 77dc057b authored by mmenke@chromium.org's avatar mmenke@chromium.org

Remove CRLFs in spdy_test_util_common.h, as this makes the CQ sad.

Also slightly modify a comment, as linebreak only changes make
Rietveld sad.

BUG=NONE
TBR=mmenke@chromium.org

Review URL: https://codereview.chromium.org/311623002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274270 0039d316-1c4b-4281-b951-d872f2087c98
parent 8bd8725b
...@@ -400,7 +400,7 @@ class SpdyTestUtil { ...@@ -400,7 +400,7 @@ class SpdyTestUtil {
SpdyRstStreamStatus status) const; SpdyRstStreamStatus status) const;
// Constructs a standard SPDY GET SYN frame, optionally compressed // 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 // |extra_headers| are the extra header-value pairs, which typically
// will vary the most between calls. // will vary the most between calls.
// Returns a SpdyFrame. // Returns a SpdyFrame.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment