| Index: remoting/host/cast_extension_session.h
|
| diff --git a/remoting/host/cast_extension_session.h b/remoting/host/cast_extension_session.h
|
| index 48d97a438706eaed8bb15c7c4410607af2ccfcb8..3c0fe4b4b23a6b319703fb0ab4122aaad5902500 100644
|
| --- a/remoting/host/cast_extension_session.h
|
| +++ b/remoting/host/cast_extension_session.h
|
| @@ -212,7 +212,7 @@ class CastExtensionSession : public HostExtensionSession,
|
| rtc::scoped_refptr<webrtc::StatsObserver> stats_observer_;
|
|
|
| // Used to repeatedly poll stats from the |peer_connection_|.
|
| - base::RepeatingTimer<CastExtensionSession> stats_polling_timer_;
|
| + base::RepeatingTimer stats_polling_timer_;
|
|
|
| // True if a PeerConnection offer from the client has been received. This
|
| // necessarily means that the host is not the caller in this attempted
|
|
|