| Index: net/spdy/spdy_http_utils.h
|
| diff --git a/net/spdy/spdy_http_utils.h b/net/spdy/spdy_http_utils.h
|
| index 34a0fcd96d0f102d88e316bb799e900ea25d85d4..d15b6c7a873febb66a095b2bf242493528161ab8 100644
|
| --- a/net/spdy/spdy_http_utils.h
|
| +++ b/net/spdy/spdy_http_utils.h
|
| @@ -38,9 +38,9 @@ void NET_EXPORT_PRIVATE CreateSpdyHeadersFromHttpRequest(
|
|
|
| // Returns the URL associated with the |headers| by assembling the
|
| // scheme, host and path from the protocol specific keys.
|
| -GURL GetUrlFromHeaderBlock(const SpdyHeaderBlock& headers,
|
| - SpdyMajorVersion protocol_version,
|
| - bool pushed);
|
| +NET_EXPORT_PRIVATE GURL GetUrlFromHeaderBlock(const SpdyHeaderBlock& headers,
|
| + SpdyMajorVersion protocol_version,
|
| + bool pushed);
|
|
|
| NET_EXPORT_PRIVATE SpdyPriority ConvertRequestPriorityToSpdyPriority(
|
| RequestPriority priority,
|
|
|