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 9b9280b0f9ba0feb006cb5436da0078272f4f589..1b37cd62cbfbdf690455b17346292c791996cee6 100644 |
--- a/remoting/host/plugin/host_script_object.h |
+++ b/remoting/host/plugin/host_script_object.h |
@@ -34,6 +34,7 @@ namespace remoting { |
class ChromotingHost; |
class DesktopEnvironment; |
+class HostEventLogger; |
class It2MeHostUserInterface; |
class MutableHostConfig; |
class RegisterSupportHostRequest; |
@@ -311,6 +312,7 @@ class HostNPScriptObject : public HostStatusObserver { |
scoped_ptr<LogToServer> log_to_server_; |
scoped_ptr<DesktopEnvironment> desktop_environment_; |
scoped_ptr<It2MeHostUserInterface> it2me_host_user_interface_; |
+ scoped_ptr<HostEventLogger> host_event_logger_; |
scoped_refptr<ChromotingHost> host_; |
int failed_login_attempts_; |