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

Unified Diff: net/quic/quic_http_utils.h

Issue 1135373002: Updated NetLog::ParametersCallback & all related calbacks returning value as scoped_ptr<base::Value… Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « net/quic/quic_http_stream.cc ('k') | net/quic/quic_http_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
// 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,
« no previous file with comments | « net/quic/quic_http_stream.cc ('k') | net/quic/quic_http_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698