Index: remoting/host/setup/me2me_native_messaging_host_main.cc |
diff --git a/remoting/host/setup/me2me_native_messaging_host_main.cc b/remoting/host/setup/me2me_native_messaging_host_main.cc |
index 8cf6566b7a7678084eb2a1b2f4d5f2bdb1b0a8fa..d164bec28ed1752884f79fb4b019ab8a5068c3c2 100644 |
--- a/remoting/host/setup/me2me_native_messaging_host_main.cc |
+++ b/remoting/host/setup/me2me_native_messaging_host_main.cc |
@@ -6,6 +6,7 @@ |
#include "base/at_exit.h" |
#include "base/command_line.h" |
+#include "base/i18n/icu_util.h" |
#include "base/message_loop/message_loop.h" |
#include "base/run_loop.h" |
#include "base/strings/string_number_conversions.h" |
@@ -65,6 +66,9 @@ int StartMe2MeNativeMessagingHost() { |
base::mac::ScopedNSAutoreleasePool pool; |
#endif // defined(OS_MACOSX) |
+ // Required to find the ICU data file, used by some file_util routines. |
+ base::i18n::InitializeICU(); |
+ |
#if defined(REMOTING_ENABLE_BREAKPAD) |
// Initialize Breakpad as early as possible. On Mac the command-line needs to |
// be initialized first, so that the preference for crash-reporting can be |