| Index: net/quic/core/frames/quic_stream_frame.cc
|
| diff --git a/net/quic/core/frames/quic_stream_frame.cc b/net/quic/core/frames/quic_stream_frame.cc
|
| index 58ec40e515390eec4b33e4472f8892985f9bca11..ba3463965a149129ccc194a187e2d93ea5ee5912 100644
|
| --- a/net/quic/core/frames/quic_stream_frame.cc
|
| +++ b/net/quic/core/frames/quic_stream_frame.cc
|
| @@ -6,8 +6,6 @@
|
|
|
| #include "net/quic/platform/api/quic_logging.h"
|
|
|
| -using base::StringPiece;
|
| -
|
| namespace net {
|
|
|
| void StreamBufferDeleter::operator()(char* buffer) const {
|
| @@ -28,7 +26,7 @@ QuicStreamFrame::QuicStreamFrame()
|
| QuicStreamFrame::QuicStreamFrame(QuicStreamId stream_id,
|
| bool fin,
|
| QuicStreamOffset offset,
|
| - StringPiece data)
|
| + QuicStringPiece data)
|
| : QuicStreamFrame(stream_id,
|
| fin,
|
| offset,
|
|
|