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

Unified Diff: net/tools/quic/quic_time_wait_list_manager.h

Issue 126283002: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed extra space Created 6 years, 11 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/tools/quic/quic_spdy_server_stream.h ('k') | net/tools/quic/test_tools/mock_quic_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_time_wait_list_manager.h
diff --git a/net/tools/quic/quic_time_wait_list_manager.h b/net/tools/quic/quic_time_wait_list_manager.h
index ca8e1ee2995fe685183075858dcbe562a503b4e9..6e76525670e6f58c0d456663f119c0638aa0ee07 100644
--- a/net/tools/quic/quic_time_wait_list_manager.h
+++ b/net/tools/quic/quic_time_wait_list_manager.h
@@ -43,7 +43,7 @@ class QuicTimeWaitListManager : public QuicBlockedWriterInterface {
QuicTimeWaitListManager(QuicPacketWriter* writer,
EpollServer* epoll_server,
const QuicVersionVector& supported_versions);
- virtual ~QuicTimeWaitListManager();
+ virtual ~QuicTimeWaitListManager() OVERRIDE;
// Adds the given guid to time wait state for kTimeWaitPeriod. Henceforth,
// any packet bearing this guid should not be processed while the guid remains
« no previous file with comments | « net/tools/quic/quic_spdy_server_stream.h ('k') | net/tools/quic/test_tools/mock_quic_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698