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

Unified Diff: net/base/io_buffer.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/base/host_mapping_rules.cc ('k') | net/base/mime_sniffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/io_buffer.h
diff --git a/net/base/io_buffer.h b/net/base/io_buffer.h
index 04bbc883e97d83fde2f6f259fa2bd738faebfe79..6ba4c0afb0ea3f4aee5b11522c7cd8c97c6f3e71 100644
--- a/net/base/io_buffer.h
+++ b/net/base/io_buffer.h
@@ -215,7 +215,7 @@ class NET_EXPORT PickledIOBuffer : public IOBuffer {
public:
PickledIOBuffer();
- Pickle* pickle() { return &pickle_; }
+ base::Pickle* pickle() { return &pickle_; }
// Signals that we are done writing to the pickle and we can use it for a
// write-style IO operation.
@@ -224,7 +224,7 @@ class NET_EXPORT PickledIOBuffer : public IOBuffer {
private:
~PickledIOBuffer() override;
- Pickle pickle_;
+ base::Pickle pickle_;
};
// This class allows the creation of a temporary IOBuffer that doesn't really
« no previous file with comments | « net/base/host_mapping_rules.cc ('k') | net/base/mime_sniffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698