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; |