| Index: chrome/renderer/media/cast_rtp_stream.h
|
| diff --git a/chrome/renderer/media/cast_rtp_stream.h b/chrome/renderer/media/cast_rtp_stream.h
|
| index a974c277f9578f6705c56b2b7b54c015c28f22b4..f727f6efa6da21a41ee1b2c852b67bf46aad70d8 100644
|
| --- a/chrome/renderer/media/cast_rtp_stream.h
|
| +++ b/chrome/renderer/media/cast_rtp_stream.h
|
| @@ -16,6 +16,7 @@
|
| #include "third_party/WebKit/public/platform/WebMediaStreamTrack.h"
|
|
|
| namespace base {
|
| +class BinaryValue;
|
| class DictionaryValue;
|
| }
|
|
|
| @@ -127,7 +128,7 @@ class CastRtpStream {
|
| // Get serialized raw events for this stream and invokes |callback|
|
| // with the result.
|
| void GetRawEvents(
|
| - const base::Callback<void(scoped_ptr<std::string>)>& callback);
|
| + const base::Callback<void(scoped_ptr<base::BinaryValue>)>& callback);
|
|
|
| // Get stats in DictionaryValue format and invokves |callback| with
|
| // the result.
|
|
|