Index: remoting/host/plugin/host_script_object.h |
diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h |
index 11be26c5b45a8413906fc69db1817fbbb51d71d0..88db11c24d15dd3eacc6c5580c490f59be009d0f 100644 |
--- a/remoting/host/plugin/host_script_object.h |
+++ b/remoting/host/plugin/host_script_object.h |
@@ -31,6 +31,7 @@ namespace remoting { |
class ChromotingHost; |
class DesktopEnvironment; |
+class It2MeHostUserInterface; |
class MutableHostConfig; |
class RegisterSupportHostRequest; |
class SignalStrategy; |
@@ -181,6 +182,7 @@ class HostNPScriptObject : public HostStatusObserver { |
scoped_refptr<MutableHostConfig> host_config_; |
ChromotingHostContext host_context_; |
scoped_ptr<DesktopEnvironment> desktop_environment_; |
+ scoped_ptr<It2MeHostUserInterface> it2me_host_user_interface_; |
scoped_refptr<ChromotingHost> host_; |
int failed_login_attempts_; |