| Index: remoting/host/signaling_connector.h
|
| diff --git a/remoting/host/signaling_connector.h b/remoting/host/signaling_connector.h
|
| index b8186b78e77ff7a43e41de32857509c6bde51143..03868d583f2cdf33cff94978794b1b204fb93f62 100644
|
| --- a/remoting/host/signaling_connector.h
|
| +++ b/remoting/host/signaling_connector.h
|
| @@ -69,7 +69,7 @@ class SignalingConnector
|
| // Number of times we tried to connect without success.
|
| int reconnect_attempts_;
|
|
|
| - base::OneShotTimer<SignalingConnector> timer_;
|
| + base::OneShotTimer timer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SignalingConnector);
|
| };
|
|
|