| Index: net/spdy/spdy_http_utils.h
|
| diff --git a/net/spdy/spdy_http_utils.h b/net/spdy/spdy_http_utils.h
|
| index 5318d336f9483706e93557466e7bea9f52983c1e..a5c907b2afac71587a5c1e602664ae7a04c387a7 100644
|
| --- a/net/spdy/spdy_http_utils.h
|
| +++ b/net/spdy/spdy_http_utils.h
|
| @@ -24,10 +24,9 @@
|
| // |response| output parameter for the HttpResponseInfo.
|
| // Returns true if successfully converted. False if the SpdyHeaderBlock is
|
| // incomplete (e.g. missing 'status' or 'version').
|
| -NET_EXPORT_PRIVATE bool SpdyHeadersToHttpResponse(
|
| - const SpdyHeaderBlock& headers,
|
| - SpdyMajorVersion protocol_version,
|
| - HttpResponseInfo* response);
|
| +bool SpdyHeadersToHttpResponse(const SpdyHeaderBlock& headers,
|
| + SpdyMajorVersion protocol_version,
|
| + HttpResponseInfo* response);
|
|
|
| // Create a SpdyHeaderBlock from HttpRequestInfo and HttpRequestHeaders.
|
| NET_EXPORT_PRIVATE void CreateSpdyHeadersFromHttpRequest(
|
|
|