diff options
Diffstat (limited to 'remoting/host/it2me_host_user_interface.h')
| -rw-r--r-- | remoting/host/it2me_host_user_interface.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/remoting/host/it2me_host_user_interface.h b/remoting/host/it2me_host_user_interface.h index 71619ea..b054c65 100644 --- a/remoting/host/it2me_host_user_interface.h +++ b/remoting/host/it2me_host_user_interface.h @@ -11,7 +11,6 @@ #include "base/callback.h" #include "base/compiler_specific.h" #include "base/memory/scoped_ptr.h" -#include "base/memory/weak_ptr.h" #include "remoting/host/host_user_interface.h" @@ -68,9 +67,8 @@ class It2MeHostUserInterface : public HostUserInterface { // the connection. scoped_ptr<ContinueWindow> continue_window_; - // Weak pointer factory used to abandon the "continue session" timer when - // hiding the "continue session" dialog, or tearing down the IT2Me UI. - base::WeakPtrFactory<It2MeHostUserInterface> timer_weak_factory_; + // Timer controlling the "continue session" dialog. + scoped_ptr<TimerTask> timer_task_; DISALLOW_COPY_AND_ASSIGN(It2MeHostUserInterface); }; |
