Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: net/http/http_vary_data.h

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_util_unittest.cc ('k') | net/http/http_vary_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d243f37706766d81d81527b4000a274d90c0a5a3 100644
--- a/net/http/http_vary_data.h
+++ b/net/http/http_vary_data.h
@@ -8,8 +8,10 @@
#include "base/md5.h"
#include "net/base/net_export.h"
+namespace base {
class Pickle;
class PickleIterator;
+} // namespace base
namespace net {
@@ -52,11 +54,11 @@ 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(PickleIterator* pickle_iter);
+ bool InitFromPickle(base::PickleIterator* pickle_iter);
// Call this method to persist the vary data. Illegal to call this on an
// invalid object.
- void Persist(Pickle* pickle) const;
+ void Persist(base::Pickle* pickle) const;
// Call this method to test if the given request matches the previous request
// with which this vary data corresponds. The |cached_response_headers| must
« no previous file with comments | « net/http/http_util_unittest.cc ('k') | net/http/http_vary_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698