| Index: remoting/host/client_session.h
|
| diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
|
| index 1994144297897e2dc2edc3db623d7238dd765ca8..7d344399b3f39da446862166ea2d943688628ef3 100644
|
| --- a/remoting/host/client_session.h
|
| +++ b/remoting/host/client_session.h
|
| @@ -196,7 +196,7 @@ class ClientSession
|
|
|
| // A timer that triggers a disconnect when the maximum session duration
|
| // is reached.
|
| - base::OneShotTimer<ClientSession> max_duration_timer_;
|
| + base::OneShotTimer max_duration_timer_;
|
|
|
| scoped_refptr<base::SingleThreadTaskRunner> audio_task_runner_;
|
| scoped_refptr<base::SingleThreadTaskRunner> input_task_runner_;
|
|
|