| 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 aaff60b2d1aeaa137ee85096e437357dfc696531..c5134122e32fedd27546edc1b1ce768e14c4fd9f 100644
|
| --- a/net/tools/quic/quic_in_memory_cache.h
|
| +++ b/net/tools/quic/quic_in_memory_cache.h
|
| @@ -40,7 +40,7 @@ class QuicInMemoryCache {
|
| Response();
|
| ~Response();
|
|
|
| - const SpecialResponseType response_type() const { return response_type_; }
|
| + SpecialResponseType response_type() const { return response_type_; }
|
| const SpdyHeaderBlock& headers() const { return headers_; }
|
| const StringPiece body() const { return StringPiece(body_); }
|
|
|
|
|