| Index: remoting/host/setup/me2me_native_messaging_host.h
|
| diff --git a/remoting/host/setup/me2me_native_messaging_host.h b/remoting/host/setup/me2me_native_messaging_host.h
|
| index c889258aae1d30a82e390276ce9ed8297fa1309d..02c730d321bf38d682622b2f632317104c5ae8db 100644
|
| --- a/remoting/host/setup/me2me_native_messaging_host.h
|
| +++ b/remoting/host/setup/me2me_native_messaging_host.h
|
| @@ -159,7 +159,7 @@ class Me2MeNativeMessagingHost
|
| scoped_ptr<ElevatedChannelEventHandler> elevated_channel_event_handler_;
|
|
|
| // Timer to control the lifetime of the elevated host.
|
| - base::OneShotTimer<Me2MeNativeMessagingHost> elevated_host_timer_;
|
| + base::OneShotTimer elevated_host_timer_;
|
| #endif // defined(OS_WIN)
|
|
|
| bool needs_elevation_;
|
|
|