Index: net/url_request/url_request_test_job.h |
diff --git a/net/url_request/url_request_test_job.h b/net/url_request/url_request_test_job.h |
index db88fb819d00f3fcfa730d198a800cfc844f1ff0..09b31a41e2cf787f718f071c1d68c8e31dfa2d94 100644 |
--- a/net/url_request/url_request_test_job.h |
+++ b/net/url_request/url_request_test_job.h |
@@ -50,8 +50,8 @@ class NET_EXPORT_PRIVATE URLRequestTestJob : public URLRequestJob { |
bool auto_advance); |
// Constructs a job to return the given response regardless of the request |
- // url. The headers should include the HTTP status line and be formatted as |
- // expected by HttpResponseHeaders. |
+ // url. The headers should include the HTTP status line and use CRLF/LF as the |
+ // line separator. |
URLRequestTestJob(URLRequest* request, |
NetworkDelegate* network_delegate, |
const std::string& response_headers, |