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

Unified Diff: media/cast/transport/cast_transport_sender.h

Issue 138753004: Cast: IPC glue between cast library transport and encoders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged correctly (instead of incorrectly) Created 6 years, 10 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
Index: media/cast/transport/cast_transport_sender.h
diff --git a/media/cast/transport/cast_transport_sender.h b/media/cast/transport/cast_transport_sender.h
index 24bfedbd525dba0b4a42bc93213e0bb5fece99c5..447738590b59286833b4d79933c076adf2c80cf3 100644
--- a/media/cast/transport/cast_transport_sender.h
+++ b/media/cast/transport/cast_transport_sender.h
@@ -1,4 +1,4 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright 2014 The Chromium Authors. All rights reserved.
acolwell GONE FROM CHROMIUM 2014/02/13 19:28:58 nit: You shouldn't need to update this, since it i
hubbe 2014/02/14 00:03:24 Ops, fixed.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -33,12 +33,15 @@
namespace media {
namespace cast {
+
+class PacketReceiver;
+
namespace transport {
typedef base::Callback<void(CastTransportStatus status)>
CastTransportStatusCallback;
-typedef base::Callback<void(RtcpSenderInfo& sender_info,
+typedef base::Callback<void(const RtcpSenderInfo& sender_info,
base::TimeTicks time_sent,
uint32 rtp_timestamp)> CastTransportRtpStatistics;

Powered by Google App Engine
This is Rietveld 408576698