Index: remoting/host/remoting_me2me_host.cc |
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc |
index 01a91759dd2e3990f0c550022208a6d2da6ceac6..741a1d2af0667090242547c1297f34ef9cbf0b23 100644 |
--- a/remoting/host/remoting_me2me_host.cc |
+++ b/remoting/host/remoting_me2me_host.cc |
@@ -62,6 +62,7 @@ |
#include "remoting/host/resizing_host_observer.h" |
#include "remoting/host/session_manager_factory.h" |
#include "remoting/host/signaling_connector.h" |
+#include "remoting/host/ui_strings.h" |
#include "remoting/host/usage_stats_consent.h" |
#include "remoting/jingle_glue/xmpp_signal_strategy.h" |
#include "remoting/protocol/me2me_host_authenticator_factory.h" |
@@ -602,9 +603,10 @@ void HostProcess::StartOnUiThread() { |
#endif // OS_MACOSX |
if (want_user_interface) { |
+ UiStrings ui_strings; |
host_user_interface_.reset( |
new HostUserInterface(context_->network_task_runner(), |
- context_->ui_task_runner())); |
+ context_->ui_task_runner(), ui_strings)); |
host_user_interface_->Init(); |
} |