| Index: net/quic/quic_in_memory_cache.h
|
| diff --git a/net/quic/quic_in_memory_cache.h b/net/quic/quic_in_memory_cache.h
|
| index e37ce2bdf9e9f6034df49418081d35b0f369b3bc..9f0418c6ab4a9d132fc5164ac894867db82a33ed 100644
|
| --- a/net/quic/quic_in_memory_cache.h
|
| +++ b/net/quic/quic_in_memory_cache.h
|
| @@ -44,7 +44,7 @@ class QuicInMemoryCache {
|
| ~Response();
|
|
|
| SpecialResponseType response_type() const { return response_type_; }
|
| - const HttpResponseHeaders& headers() const { return *headers_; }
|
| + const HttpResponseHeaders& headers() const { return *headers_.get(); }
|
| const base::StringPiece body() const { return base::StringPiece(body_); }
|
|
|
| private:
|
|
|