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

Unified Diff: chrome/renderer/media/cast_rtp_stream.h

Issue 2799093006: Remove base::BinaryValue (Closed)
Patch Set: Rebase Created 3 years, 8 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 | « chrome/renderer/extensions/platform_keys_natives.cc ('k') | chrome/renderer/media/cast_rtp_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/renderer/extensions/platform_keys_natives.cc ('k') | chrome/renderer/media/cast_rtp_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698