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

Unified Diff: net/quic/quic_client_promised_info.h

Issue 1898793003: Make QuicDispatcher's helper and alarm factory arguments unique_ptrs to make ownership clear. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@119871679
Patch Set: fixing rebase Created 4 years, 8 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_chromium_connection_helper_test.cc ('k') | net/quic/quic_client_promised_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_client_promised_info.h
diff --git a/net/quic/quic_client_promised_info.h b/net/quic/quic_client_promised_info.h
index 55fe5c0293edae96deb83ef0ee01c47a10e5a6c5..5b14d1454916ee39aa274093786d78d148f1c3ab 100644
--- a/net/quic/quic_client_promised_info.h
+++ b/net/quic/quic_client_promised_info.h
@@ -93,7 +93,6 @@ class NET_EXPORT_PRIVATE QuicClientPromisedInfo
QuicAsyncStatus FinalValidation();
QuicClientSessionBase* session_;
- QuicConnectionHelperInterface* helper_;
QuicStreamId id_;
std::string url_;
std::unique_ptr<SpdyHeaderBlock> request_headers_;
« no previous file with comments | « net/quic/quic_chromium_connection_helper_test.cc ('k') | net/quic/quic_client_promised_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698