summaryrefslogtreecommitdiffstats
path: root/net/http/http_vary_data.h
diff options
context:
space:
mode:
authorAvi Drissman <avi@chromium.org>2014-12-22 14:14:56 -0500
committerAvi Drissman <avi@chromium.org>2014-12-22 19:13:42 +0000
commitb740bfe23ae7ad244356a4a7538b95ae560251db (patch)
treed2fa2e288c98d8ad8853b53716eae29c0c2a1d7d /net/http/http_vary_data.h
parent94df224252d8304792b53bbefe8c97b761710315 (diff)
downloadchromium_src-b740bfe23ae7ad244356a4a7538b95ae560251db.zip
chromium_src-b740bfe23ae7ad244356a4a7538b95ae560251db.tar.gz
chromium_src-b740bfe23ae7ad244356a4a7538b95ae560251db.tar.bz2
Remove deprecated methods from Pickle.
BUG=444578 TEST=none R=nasko@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/818833004 Cr-Commit-Position: refs/heads/master@{#309445}
Diffstat (limited to 'net/http/http_vary_data.h')
-rw-r--r--net/http/http_vary_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_vary_data.h b/net/http/http_vary_data.h
index ec97956..bc60c1f 100644
--- a/net/http/http_vary_data.h
+++ b/net/http/http_vary_data.h
@@ -52,7 +52,7 @@ class NET_EXPORT_PRIVATE HttpVaryData {
// is_valid() will return true. Otherwise, false is returned to indicate
// that this object is marked as invalid.
//
- bool InitFromPickle(const Pickle& pickle, PickleIterator* pickle_iter);
+ bool InitFromPickle(PickleIterator* pickle_iter);
// Call this method to persist the vary data. Illegal to call this on an
// invalid object.