| Index: trunk/src/net/quic/test_tools/quic_test_utils.cc
|
| ===================================================================
|
| --- trunk/src/net/quic/test_tools/quic_test_utils.cc (revision 198763)
|
| +++ trunk/src/net/quic/test_tools/quic_test_utils.cc (working copy)
|
| @@ -5,7 +5,6 @@
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
|
|
| #include "base/stl_util.h"
|
| -#include "base/strings/string_piece.h"
|
| #include "net/quic/crypto/crypto_framer.h"
|
| #include "net/quic/crypto/crypto_handshake.h"
|
| #include "net/quic/crypto/crypto_utils.h"
|
| @@ -14,9 +13,7 @@
|
| #include "net/quic/crypto/quic_encrypter.h"
|
| #include "net/quic/quic_framer.h"
|
| #include "net/quic/quic_packet_creator.h"
|
| -#include "net/spdy/spdy_frame_builder.h"
|
|
|
| -using base::StringPiece;
|
| using std::max;
|
| using std::min;
|
| using std::string;
|
| @@ -379,10 +376,5 @@
|
| return 1u;
|
| }
|
|
|
| -bool TestDecompressorVisitor::OnDecompressedData(StringPiece data) {
|
| - data.AppendToString(&data_);
|
| - return true;
|
| -}
|
| -
|
| } // namespace test
|
| } // namespace net
|
|
|