X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Fquic%2Fquic_in_memory_cache.h;h=ea9c24e864e76a90e99048a95b46f787b9e8a443;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=e37ce2bdf9e9f6034df49418081d35b0f369b3bc;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/quic/quic_in_memory_cache.h b/src/net/quic/quic_in_memory_cache.h index e37ce2b..ea9c24e 100644 --- a/src/net/quic/quic_in_memory_cache.h +++ b/src/net/quic/quic_in_memory_cache.h @@ -8,7 +8,7 @@ #include #include "base/containers/hash_tables.h" -#include "base/file_util.h" +#include "base/files/file_util.h" #include "base/memory/singleton.h" #include "base/strings/string_piece.h" #include "net/http/http_response_headers.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: