| Index: remoting/host/it2me/it2me_host.cc
|
| diff --git a/remoting/host/it2me/it2me_host.cc b/remoting/host/it2me/it2me_host.cc
|
| index 8081967bb7429da1c3351865f09bea98ed386961..88439c4b26ef7be4e02ed3eeb354fee911935a38 100644
|
| --- a/remoting/host/it2me/it2me_host.cc
|
| +++ b/remoting/host/it2me/it2me_host.cc
|
| @@ -17,6 +17,7 @@
|
| #include "remoting/host/host_event_logger.h"
|
| #include "remoting/host/host_secret.h"
|
| #include "remoting/host/it2me_desktop_environment.h"
|
| +#include "remoting/host/log_to_server_host.h"
|
| #include "remoting/host/policy_hack/policy_watcher.h"
|
| #include "remoting/host/register_support_host_request.h"
|
| #include "remoting/host/session_manager_factory.h"
|
| @@ -206,8 +207,8 @@ void It2MeHost::FinishConnect() {
|
| host_context_->ui_task_runner()));
|
| host_->AddStatusObserver(this);
|
| log_to_server_.reset(
|
| - new LogToServer(host_->AsWeakPtr(), ServerLogEntry::IT2ME,
|
| - signal_strategy_.get(), directory_bot_jid_));
|
| + new LogToServerHost(host_->AsWeakPtr(), ServerLogEntry::IT2ME,
|
| + signal_strategy_.get(), directory_bot_jid_));
|
|
|
| // Disable audio by default.
|
| // TODO(sergeyu): Add UI to enable it.
|
|
|