Index: net/http/http_vary_data.h |
diff --git a/net/http/http_vary_data.h b/net/http/http_vary_data.h |
index bc60c1f8acc22cba415cf219c1b8d829f8d5f5d0..ec97956e676884e32718ecb3402d05ea7253c16d 100644 |
--- a/net/http/http_vary_data.h |
+++ b/net/http/http_vary_data.h |
@@ -52,7 +52,7 @@ |
// is_valid() will return true. Otherwise, false is returned to indicate |
// that this object is marked as invalid. |
// |
- bool InitFromPickle(PickleIterator* pickle_iter); |
+ bool InitFromPickle(const Pickle& pickle, PickleIterator* pickle_iter); |
// Call this method to persist the vary data. Illegal to call this on an |
// invalid object. |