| 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 d867c7364ff3af80379fab457c7a495f66e98b27..da6dc205cc79dbdd532eb774cd03d724381ebc42 100644
|
| --- a/chrome/renderer/media/cast_rtp_stream.h
|
| +++ b/chrome/renderer/media/cast_rtp_stream.h
|
| @@ -20,7 +20,6 @@
|
| namespace base {
|
| class DictionaryValue;
|
| class Value;
|
| -using BinaryValue = Value;
|
| }
|
|
|
| class CastAudioSink;
|
| @@ -69,7 +68,7 @@ class CastRtpStream {
|
| // Get serialized raw events for this stream with |extra_data| attached,
|
| // and invokes |callback| with the result.
|
| void GetRawEvents(
|
| - const base::Callback<void(std::unique_ptr<base::BinaryValue>)>& callback,
|
| + const base::Callback<void(std::unique_ptr<base::Value>)>& callback,
|
| const std::string& extra_data);
|
|
|
| // Get stats in DictionaryValue format and invokves |callback| with
|
|
|