Chromium Code Reviews| Index: net/quic/quic_http_utils.h |
| diff --git a/net/quic/quic_http_utils.h b/net/quic/quic_http_utils.h |
| index 6eafbc0f0929043c05dfeabb29724d6ab5590652..e5c3e39a0f8e93aa0731f8bba01c1bf1e8184c77 100644 |
| --- a/net/quic/quic_http_utils.h |
| +++ b/net/quic/quic_http_utils.h |
| @@ -21,7 +21,7 @@ NET_EXPORT_PRIVATE RequestPriority ConvertQuicPriorityToRequestPriority( |
| // Converts a SpdyHeaderBlock and priority into NetLog event parameters. Caller |
|
eroman
2015/05/21 03:37:42
Delete the comment on ownership
|
| // takes ownership of returned value. |
| -NET_EXPORT base::Value* QuicRequestNetLogCallback( |
| +NET_EXPORT scoped_ptr<base::Value> QuicRequestNetLogCallback( |
| QuicStreamId stream_id, |
| const SpdyHeaderBlock* headers, |
| QuicPriority priority, |