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

Unified Diff: chrome/renderer/media/cast_session_delegate.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/media/cast_session.h ('k') | chrome/renderer/media/cast_session_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_session_delegate.h
diff --git a/chrome/renderer/media/cast_session_delegate.h b/chrome/renderer/media/cast_session_delegate.h
index 56c4b6e4dadf643da37362957d312c2eeefbd367..3dc2f2a239f1e7e799fa63c12cfecd96a9b29390 100644
--- a/chrome/renderer/media/cast_session_delegate.h
+++ b/chrome/renderer/media/cast_session_delegate.h
@@ -23,7 +23,6 @@ namespace base {
class DictionaryValue;
class SingleThreadTaskRunner;
class Value;
-using BinaryValue = Value;
} // namespace base
namespace media {
@@ -83,8 +82,7 @@ class CastSessionDelegate : public CastSessionDelegateBase {
media::cast::AudioFrameInput>&)> AudioFrameInputAvailableCallback;
typedef base::Callback<void(const scoped_refptr<
media::cast::VideoFrameInput>&)> VideoFrameInputAvailableCallback;
- typedef base::Callback<void(std::unique_ptr<base::BinaryValue>)>
- EventLogsCallback;
+ typedef base::Callback<void(std::unique_ptr<base::Value>)> EventLogsCallback;
typedef base::Callback<void(std::unique_ptr<base::DictionaryValue>)>
StatsCallback;
« no previous file with comments | « chrome/renderer/media/cast_session.h ('k') | chrome/renderer/media/cast_session_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698