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

Unified Diff: trunk/src/net/quic/test_tools/quic_test_utils.cc

Issue 15018013: Revert 198736 "Land Recent QUIC changes" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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
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
« no previous file with comments | « trunk/src/net/quic/test_tools/quic_test_utils.h ('k') | trunk/src/net/quic/test_tools/simple_quic_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698