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

Unified Diff: net/quic/core/frames/quic_frame.cc

Issue 2740453006: Add QuicStringPiece which is actually StringPiece. (Closed)
Patch Set: fix compile error and rebase Created 3 years, 9 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
« no previous file with comments | « net/quic/core/frames/quic_ack_frame.h ('k') | net/quic/core/frames/quic_stream_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/frames/quic_frame.cc
diff --git a/net/quic/core/frames/quic_frame.cc b/net/quic/core/frames/quic_frame.cc
index 840bb6ecb4a039a4c5a4c1c36d0f4f4c77d45e42..4e086744a410c9b2f0e02778aaa62c729ddf3ada 100644
--- a/net/quic/core/frames/quic_frame.cc
+++ b/net/quic/core/frames/quic_frame.cc
@@ -5,7 +5,6 @@
#include "net/quic/core/frames/quic_frame.h"
#include "net/quic/platform/api/quic_logging.h"
-using base::StringPiece;
using std::string;
namespace net {
« no previous file with comments | « net/quic/core/frames/quic_ack_frame.h ('k') | net/quic/core/frames/quic_stream_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698