| Index: chrome/renderer/media/cast_session_delegate.cc
|
| diff --git a/chrome/renderer/media/cast_session_delegate.cc b/chrome/renderer/media/cast_session_delegate.cc
|
| index 9d1b74885067bcfc0ca2367aff2147b32640fc07..b44d18b0f5c22dd0157d83c5e1050a486bdb8194 100644
|
| --- a/chrome/renderer/media/cast_session_delegate.cc
|
| +++ b/chrome/renderer/media/cast_session_delegate.cc
|
| @@ -76,7 +76,7 @@ void CastSessionDelegate::StartSendingInternal() {
|
| // There's no need to decode so no thread assigned for decoding.
|
| // Get default logging: All disabled.
|
| cast_environment_ = new CastEnvironment(
|
| - &clock_,
|
| + scoped_ptr<base::TickClock>(new base::DefaultTickClock()).Pass(),
|
| base::MessageLoopProxy::current(),
|
| audio_encode_thread_.message_loop_proxy(),
|
| NULL,
|
|
|