| Index: net/quic/quic_data_stream_test.cc
|
| diff --git a/net/quic/quic_data_stream_test.cc b/net/quic/quic_data_stream_test.cc
|
| index 16e63410c2250ae169308a57cc76c500c5f79a5e..557f7884f16ea011631df184f4ac23412706f523 100644
|
| --- a/net/quic/quic_data_stream_test.cc
|
| +++ b/net/quic/quic_data_stream_test.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "net/quic/quic_data_stream.h"
|
|
|
| +#include <string>
|
| +
|
| #include "net/quic/quic_ack_notifier.h"
|
| #include "net/quic/quic_connection.h"
|
| #include "net/quic/quic_utils.h"
|
| @@ -18,6 +20,7 @@
|
|
|
| using base::StringPiece;
|
| using std::min;
|
| +using std::string;
|
| using testing::AnyNumber;
|
| using testing::InSequence;
|
| using testing::Return;
|
|
|