Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(647)

Unified Diff: net/quic/quic_http_utils.h

Issue 1149763005: Change NetLog::ParametersCallback to return a scoped_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698