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

Unified Diff: net/quic/core/quic_packets.h

Issue 2541233002: Move PacketTimeVector typedef to quic_types.h. No behavior change. (Closed)
Patch Set: Created 4 years 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 | net/quic/core/quic_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_packets.h
diff --git a/net/quic/core/quic_packets.h b/net/quic/core/quic_packets.h
index d85123b6fcee3ffc27b28be720790a67cbbf5104..bb1720a4968c3854950d05d82a203d22276d2153 100644
--- a/net/quic/core/quic_packets.h
+++ b/net/quic/core/quic_packets.h
@@ -106,8 +106,6 @@ struct NET_EXPORT_PRIVATE QuicPublicResetPacket {
typedef QuicPacketPublicHeader QuicVersionNegotiationPacket;
-typedef std::vector<std::pair<QuicPacketNumber, QuicTime>> PacketTimeVector;
-
class NET_EXPORT_PRIVATE QuicData {
public:
QuicData(const char* buffer, size_t length);
« no previous file with comments | « no previous file | net/quic/core/quic_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698