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 657a877ba74b9d8fb93dca672585bff024118e17..8ad42ecc726d631671b3c78cedfef088e5c56f9c 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; |
@@ -299,6 +300,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_; |