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

Unified Diff: net/quic/quic_time_wait_list_manager.h

Issue 1034823002: QUIC - minor changes found while merging with the internal source. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0324
Patch Set: Created 5 years, 9 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 | « no previous file | net/tools/quic/test_tools/quic_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_time_wait_list_manager.h
diff --git a/net/quic/quic_time_wait_list_manager.h b/net/quic/quic_time_wait_list_manager.h
index 26014ca40debe54e2cf940f632c4bae65accdb99..3a4bafca365068794f68b1de93fb3bd3fbf473f2 100644
--- a/net/quic/quic_time_wait_list_manager.h
+++ b/net/quic/quic_time_wait_list_manager.h
@@ -174,8 +174,7 @@ class QuicTimeWaitListManager : public QuicBlockedWriterInterface {
const QuicTime::Delta time_wait_period_;
// Alarm registered with the connection helper to clean up connection_ids that
- // have
- // out lived their duration in time wait state.
+ // have out lived their duration in time wait state.
scoped_ptr<QuicAlarm> connection_id_clean_up_alarm_;
// Interface that writes given buffer to the socket.
« no previous file with comments | « no previous file | net/tools/quic/test_tools/quic_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698