| Index: net/http/http_cache.cc
|
| diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc
|
| index b5a79a3a9bfaa019fe0b4df37947e00b22f22403..c3bdd308ca8445d02ffd81466142b7d0351df612 100644
|
| --- a/net/http/http_cache.cc
|
| +++ b/net/http/http_cache.cc
|
| @@ -569,7 +569,7 @@ disk_cache::Backend* HttpCache::GetCurrentBackend() const {
|
| bool HttpCache::ParseResponseInfo(const char* data, int len,
|
| HttpResponseInfo* response_info,
|
| bool* response_truncated) {
|
| - Pickle pickle(data, len);
|
| + base::Pickle pickle(data, len);
|
| return response_info->InitFromPickle(pickle, response_truncated);
|
| }
|
|
|
|
|