Index: remoting/host/it2me/it2me_host.cc |
diff --git a/remoting/host/it2me/it2me_host.cc b/remoting/host/it2me/it2me_host.cc |
index 505efded078e9852f91158b56d0049a316fa87ba..a9d99dea5f35903ffb8bc92b25c4ec1036fd1da5 100644 |
--- a/remoting/host/it2me/it2me_host.cc |
+++ b/remoting/host/it2me/it2me_host.cc |
@@ -22,6 +22,7 @@ |
#include "remoting/host/session_manager_factory.h" |
#include "remoting/jingle_glue/network_settings.h" |
#include "remoting/protocol/it2me_host_authenticator_factory.h" |
+#include "remoting/protocol/server_log_entry.h" |
namespace remoting { |
@@ -205,7 +206,7 @@ void It2MeHost::FinishConnect() { |
host_context_->ui_task_runner())); |
host_->AddStatusObserver(this); |
log_to_server_.reset( |
- new LogToServer(host_->AsWeakPtr(), ServerLogEntry::IT2ME, |
+ new LogToServer(host_->AsWeakPtr(), protocol::ServerLogEntry::IT2ME, |
signal_strategy_.get(), directory_bot_jid_)); |
// Disable audio by default. |