| Index: net/quic/test_tools/quic_connection_peer.h
|
| diff --git a/net/quic/test_tools/quic_connection_peer.h b/net/quic/test_tools/quic_connection_peer.h
|
| index 347f21b3fcfed993f9c03a4f02e0d8950c1b53d9..bea997299ba2434625df834c557f2d1b56997b36 100644
|
| --- a/net/quic/test_tools/quic_connection_peer.h
|
| +++ b/net/quic/test_tools/quic_connection_peer.h
|
| @@ -10,6 +10,7 @@
|
| #include "net/quic/core/quic_connection_stats.h"
|
| #include "net/quic/core/quic_packets.h"
|
| #include "net/quic/platform/api/quic_socket_address.h"
|
| +#include "net/quic/platform/api/quic_string_piece.h"
|
|
|
| namespace net {
|
|
|
| @@ -70,7 +71,7 @@ class QuicConnectionPeer {
|
| static void SwapCrypters(QuicConnection* connection, QuicFramer* framer);
|
|
|
| static void SetCurrentPacket(QuicConnection* connection,
|
| - base::StringPiece current_packet);
|
| + QuicStringPiece current_packet);
|
|
|
| static QuicConnectionHelperInterface* GetHelper(QuicConnection* connection);
|
|
|
|
|