| Index: net/tools/quic/quic_in_memory_cache.h
|
| diff --git a/net/tools/quic/quic_in_memory_cache.h b/net/tools/quic/quic_in_memory_cache.h
|
| index 5703b9f55cabb5b919c2e1531a8e3a0682a19291..5aee73adf128023337b2de309b8b1f7fd2a0b8e6 100644
|
| --- a/net/tools/quic/quic_in_memory_cache.h
|
| +++ b/net/tools/quic/quic_in_memory_cache.h
|
| @@ -46,7 +46,7 @@ class QuicInMemoryCache {
|
|
|
| SpecialResponseType response_type() const { return response_type_; }
|
| const SpdyHeaderBlock& headers() const { return headers_; }
|
| - const StringPiece body() const { return StringPiece(body_); }
|
| + const base::StringPiece body() const { return base::StringPiece(body_); }
|
|
|
| void set_response_type(SpecialResponseType response_type) {
|
| response_type_ = response_type;
|
|
|