diff options
Diffstat (limited to 'remoting/host/branding.cc')
-rw-r--r-- | remoting/host/branding.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/host/branding.cc b/remoting/host/branding.cc index 956f36e..c049854 100644 --- a/remoting/host/branding.cc +++ b/remoting/host/branding.cc @@ -6,7 +6,6 @@ #include "base/file_util.h" #include "base/path_service.h" -#include "base/stringize_macros.h" namespace { @@ -36,7 +35,7 @@ const FilePath::CharType kConfigDir[] = namespace remoting { #if defined(OS_WIN) -const char16 kWindowsServiceName[] = TO_L_STRING("chromoting"); +const wchar_t kWindowsServiceName[] = L"chromoting"; #endif FilePath GetConfigDir() { |