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

Unified Diff: net/quic/quic_stream_factory.h

Issue 2041863002: Remove HttpServerProperies::GetWeakPtr(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 6 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_network_transaction_unittest.cc ('k') | net/quic/quic_stream_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index f56281f9f002b80b309cea54992fce645c63bde9..4be260fcdde9eed1c3c6624513669875689844c4 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -151,7 +151,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
NetLog* net_log,
HostResolver* host_resolver,
ClientSocketFactory* client_socket_factory,
- base::WeakPtr<HttpServerProperties> http_server_properties,
+ HttpServerProperties* http_server_properties,
CertVerifier* cert_verifier,
CTPolicyEnforcer* ct_policy_enforcer,
ChannelIDService* channel_id_service,
@@ -437,7 +437,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
NetLog* net_log_;
HostResolver* host_resolver_;
ClientSocketFactory* client_socket_factory_;
- base::WeakPtr<HttpServerProperties> http_server_properties_;
+ HttpServerProperties* http_server_properties_;
TransportSecurityState* transport_security_state_;
CTVerifier* cert_transparency_verifier_;
std::unique_ptr<QuicServerInfoFactory> quic_server_info_factory_;
« no previous file with comments | « net/quic/quic_network_transaction_unittest.cc ('k') | net/quic/quic_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698