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

Unified Diff: net/quic/quic_multipath_transmissions_map.h

Issue 1465583002: Convert QuicPathIdPacketNumber struct to std::pair. Not used in production, no behavior change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@107452913
Patch Set: Created 5 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_multipath_transmissions_map.h
diff --git a/net/quic/quic_multipath_transmissions_map.h b/net/quic/quic_multipath_transmissions_map.h
index 121e63ee6a510af43074b3ae37035fd0c824e416..f808b038783cfcaf780809f79a151a5b67c7555a 100644
--- a/net/quic/quic_multipath_transmissions_map.h
+++ b/net/quic/quic_multipath_transmissions_map.h
@@ -23,7 +23,7 @@ namespace net_quic {
typedef std::pair<net::QuicPathId, net::QuicPacketNumber>
QuicPathIdPacketNumber;
-class NET_EXPORT_PRIVATE QuicMultipathTransmissionsMap {
Ryan Hamilton 2015/11/19 20:13:50 I'm pretty sure you don't want to remove this.
ianswett 2015/11/23 18:15:18 Done.
+class QuicMultipathTransmissionsMap {
public:
typedef std::deque<QuicPathIdPacketNumber> MultipathTransmissionsList;
typedef base::hash_map<QuicPathIdPacketNumber, MultipathTransmissionsList*>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698