summaryrefslogtreecommitdiffstats
path: root/net/http/mock_http_cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/mock_http_cache.cc')
-rw-r--r--net/http/mock_http_cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/mock_http_cache.cc b/net/http/mock_http_cache.cc
index dd8abd7..19ab420 100644
--- a/net/http/mock_http_cache.cc
+++ b/net/http/mock_http_cache.cc
@@ -564,7 +564,7 @@ bool MockHttpCache::WriteResponseInfo(disk_cache::Entry* disk_entry,
const HttpResponseInfo* response_info,
bool skip_transient_headers,
bool response_truncated) {
- Pickle pickle;
+ base::Pickle pickle;
response_info->Persist(
&pickle, skip_transient_headers, response_truncated);