Index: net/quic/quic_stream_factory.h |
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h |
index 3b4a573fdec1ee6bf6551782b65307c4014b68ef..185da1ff563123fa386e191b34dfc4a53c42a414 100644 |
--- a/net/quic/quic_stream_factory.h |
+++ b/net/quic/quic_stream_factory.h |
@@ -162,7 +162,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory |
// Closes all current sessions. |
void CloseAllSessions(int error); |
- base::Value* QuicStreamFactoryInfoToValue() const; |
+ scoped_ptr<base::Value> QuicStreamFactoryInfoToValue() const; |
// Delete all cached state objects in |crypto_config_|. |
void ClearCachedStatesInCryptoConfig(); |