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

Unified Diff: chrome/renderer/media/cast_session.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_rtp_stream.cc ('k') | chrome/renderer/media/cast_session_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_session.h
diff --git a/chrome/renderer/media/cast_session.h b/chrome/renderer/media/cast_session.h
index 132af169a78252d3d219f5f85a4fdde06cb764f7..372ab8b3ee2fdf208fcd438451662d6d70ec1834 100644
--- a/chrome/renderer/media/cast_session.h
+++ b/chrome/renderer/media/cast_session.h
@@ -18,7 +18,6 @@ namespace base {
class DictionaryValue;
class SingleThreadTaskRunner;
class Value;
-using BinaryValue = Value;
} // namespace base
namespace media {
@@ -40,8 +39,7 @@ class CastSession : public base::RefCounted<CastSession> {
using VideoFrameInputAvailableCallback =
base::Callback<void(const scoped_refptr<media::cast::VideoFrameInput>&)>;
using SendPacketCallback = base::Callback<void(const std::vector<char>&)>;
- using EventLogsCallback =
- base::Callback<void(std::unique_ptr<base::BinaryValue>)>;
+ using EventLogsCallback = base::Callback<void(std::unique_ptr<base::Value>)>;
using StatsCallback =
base::Callback<void(std::unique_ptr<base::DictionaryValue>)>;
using ErrorCallback = base::Callback<void(const std::string&)>;
« no previous file with comments | « chrome/renderer/media/cast_rtp_stream.cc ('k') | chrome/renderer/media/cast_session_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698