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..96213579ecc9764abe6c253af14fc652dccc1b6f 100644 |
--- a/media/cast/transport/cast_transport_sender.h |
+++ b/media/cast/transport/cast_transport_sender.h |
@@ -45,7 +45,7 @@ typedef base::Callback<void(RtcpSenderInfo& sender_info, |
// The application should only trigger this class from the transport thread. |
class CastTransportSender : public base::NonThreadSafe { |
public: |
- static CastTransportSender* CreateCastTransportSender( |
+ static scoped_ptr<CastTransportSender> Create( |
base::TickClock* clock, |
const CastTransportConfig& config, |
const CastTransportStatusCallback& status_callback, |