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

Side by Side Diff: net/quic/core/quic_multipath_sent_packet_manager.h

Issue 2541673002: Rename quic_protocol to quic_packets. No behavior change. (Closed)
Patch Set: Rollback accidentally wrong CL 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NET_QUIC_QUIC_MULTIPATH_SENT_PACKET_MANAGER_H_ 5 #ifndef NET_QUIC_QUIC_MULTIPATH_SENT_PACKET_MANAGER_H_
6 #define NET_QUIC_QUIC_MULTIPATH_SENT_PACKET_MANAGER_H_ 6 #define NET_QUIC_QUIC_MULTIPATH_SENT_PACKET_MANAGER_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "net/base/net_export.h" 10 #include "net/base/net_export.h"
11 #include "net/quic/core/quic_connection_close_delegate_interface.h" 11 #include "net/quic/core/quic_connection_close_delegate_interface.h"
12 #include "net/quic/core/quic_protocol.h" 12 #include "net/quic/core/quic_packets.h"
13 #include "net/quic/core/quic_sent_packet_manager.h" 13 #include "net/quic/core/quic_sent_packet_manager.h"
14 #include "net/quic/core/quic_sent_packet_manager_interface.h" 14 #include "net/quic/core/quic_sent_packet_manager_interface.h"
15 15
16 namespace net { 16 namespace net {
17 17
18 namespace test { 18 namespace test {
19 class QuicConnectionPeer; 19 class QuicConnectionPeer;
20 class QuicMultipathSentPacketManagerPeer; 20 class QuicMultipathSentPacketManagerPeer;
21 } // namespace test 21 } // namespace test
22 22
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 212
213 // Does not own this delegate. 213 // Does not own this delegate.
214 QuicConnectionCloseDelegateInterface* delegate_; 214 QuicConnectionCloseDelegateInterface* delegate_;
215 215
216 DISALLOW_COPY_AND_ASSIGN(QuicMultipathSentPacketManager); 216 DISALLOW_COPY_AND_ASSIGN(QuicMultipathSentPacketManager);
217 }; 217 };
218 218
219 } // namespace net 219 } // namespace net
220 220
221 #endif // NET_QUIC_QUIC_MULTIPATH_SENT_PACKET_MANAGER_H_ 221 #endif // NET_QUIC_QUIC_MULTIPATH_SENT_PACKET_MANAGER_H_
OLDNEW
« no previous file with comments | « net/quic/core/quic_multipath_received_packet_manager.h ('k') | net/quic/core/quic_multipath_transmissions_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698