Index: remoting/host/branding.cc |
diff --git a/remoting/host/branding.cc b/remoting/host/branding.cc |
index 1316139a28606c66c706a23a2cf2017700d0c30f..956f36ef619c53b4c14eb6dfc14d22037e99f0cb 100644 |
--- a/remoting/host/branding.cc |
+++ b/remoting/host/branding.cc |
@@ -6,6 +6,7 @@ |
#include "base/file_util.h" |
#include "base/path_service.h" |
+#include "base/stringize_macros.h" |
namespace { |
@@ -35,7 +36,7 @@ const FilePath::CharType kConfigDir[] = |
namespace remoting { |
#if defined(OS_WIN) |
-const char kWindowsServiceName[] = "chromoting"; |
+const char16 kWindowsServiceName[] = TO_L_STRING("chromoting"); |
#endif |
FilePath GetConfigDir() { |