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

Unified Diff: content/public/child/fixed_received_data.h

Issue 1118233002: Introduce SharedMemoryDataConsumerHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@data-received-with-ack
Patch Set: Created 5 years, 6 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 | « content/content_tests.gypi ('k') | content/public/child/fixed_received_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/child/fixed_received_data.h
diff --git a/content/public/child/fixed_received_data.h b/content/public/child/fixed_received_data.h
index beb2c41dc6d94963ac24e41ba2401464ba64ab7a..4f69064e550971d813e3002568acc168f62337d4 100644
--- a/content/public/child/fixed_received_data.h
+++ b/content/public/child/fixed_received_data.h
@@ -7,7 +7,6 @@
#include <vector>
-#include "base/memory/scoped_ptr.h"
#include "content/common/content_export.h"
#include "content/public/child/request_peer.h"
@@ -17,7 +16,7 @@ class CONTENT_EXPORT FixedReceivedData final
: public RequestPeer::ReceivedData {
public:
FixedReceivedData(const char* data, size_t length, int encoded_length);
- explicit FixedReceivedData(scoped_ptr<ReceivedData> data);
+ explicit FixedReceivedData(ReceivedData* data);
FixedReceivedData(const std::vector<char>& data, int encoded_length);
~FixedReceivedData() override;
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/child/fixed_received_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698