| Index: remoting/protocol/jingle_session.h
|
| diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h
|
| index 41b5e833811528033133aa23d230198b3eb1c205..68678687e47f1b5f8c46dd8ef49b83edba29de7d 100644
|
| --- a/remoting/protocol/jingle_session.h
|
| +++ b/remoting/protocol/jingle_session.h
|
| @@ -176,7 +176,7 @@ class JingleSession : public base::NonThreadSafe,
|
| scoped_ptr<QuicChannelFactory> quic_channel_factory_;
|
|
|
| scoped_ptr<JingleMessage> pending_transport_info_message_;
|
| - base::OneShotTimer<JingleSession> transport_info_timer_;
|
| + base::OneShotTimer transport_info_timer_;
|
|
|
| // Pending remote transport info received before the local channels were
|
| // created.
|
|
|