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

Unified Diff: net/quic/quic_framer.h

Issue 54463011: QUIC - Made AckFrameInfo a struct. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merging with tip Created 7 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_framer.h
diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h
index 5b070917e863cb8bdf4e1269abb7b74d717d1aa8..bbde35cec8111fee564cf9294d4715feb9dcad95 100644
--- a/net/quic/quic_framer.h
+++ b/net/quic/quic_framer.h
@@ -362,10 +362,9 @@ class NET_EXPORT_PRIVATE QuicFramer {
typedef std::map<QuicPacketSequenceNumber, uint8> NackRangeMap;
- class AckFrameInfo {
- public:
+ struct AckFrameInfo {
AckFrameInfo();
- virtual ~AckFrameInfo();
+ ~AckFrameInfo();
// The maximum delta between ranges.
QuicPacketSequenceNumber max_delta;
« 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