summaryrefslogtreecommitdiffstats
path: root/net/http/http_response_headers.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2014-12-28 15:31:48 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-28 23:32:58 +0000
commit48fc13b16667c53399774daeccdb1ce5a625578f (patch)
treec8bcbfa3152d2d1e38e2fc0633ae4763b73eaa33 /net/http/http_response_headers.h
parentafa7602b2e8b0f3640ab681b8132a970bd133933 (diff)
downloadchromium_src-48fc13b16667c53399774daeccdb1ce5a625578f.zip
chromium_src-48fc13b16667c53399774daeccdb1ce5a625578f.tar.gz
chromium_src-48fc13b16667c53399774daeccdb1ce5a625578f.tar.bz2
Remove deprecated methods from Pickle.
BUG=444578 TEST=none R=nasko@chromium.org TBR=ben@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/b740bfe23ae7ad244356a4a7538b95ae560251db Review URL: https://codereview.chromium.org/818833004 Cr-Commit-Position: refs/heads/master@{#309691}
Diffstat (limited to 'net/http/http_response_headers.h')
-rw-r--r--net/http/http_response_headers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_response_headers.h b/net/http/http_response_headers.h
index a093df5..5b98895 100644
--- a/net/http/http_response_headers.h
+++ b/net/http/http_response_headers.h
@@ -72,7 +72,7 @@ class NET_EXPORT HttpResponseHeaders
// Initializes from the representation stored in the given pickle. The data
// for this object is found relative to the given pickle_iter, which should
// be passed to the pickle's various Read* methods.
- HttpResponseHeaders(const Pickle& pickle, PickleIterator* pickle_iter);
+ explicit HttpResponseHeaders(PickleIterator* pickle_iter);
// Appends a representation of this object to the given pickle.
// The options argument can be a combination of PersistOptions.