Index: content/public/browser/render_process_host.h |
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h |
index 80a38ce81fcea30bd6e7afb21a98e80b64fbf967..ee650367fccb1cd2dcfc0f4a26ecc0e8ab6dd14f 100644 |
--- a/content/public/browser/render_process_host.h |
+++ b/content/public/browser/render_process_host.h |
@@ -208,7 +208,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, |
virtual void SetWebRtcLogMessageCallback( |
base::Callback<void(const std::string&)> callback) = 0; |
- typedef base::Callback<void(const uint8* packet_header, |
+ typedef base::Callback<void(scoped_ptr<uint8[]> packet_header, |
size_t header_length, |
size_t packet_length, |
bool incoming)> WebRtcRtpPacketCallback; |