| Index: remoting/host/branding.cc
|
| diff --git a/remoting/host/branding.cc b/remoting/host/branding.cc
|
| index 956f36ef619c53b4c14eb6dfc14d22037e99f0cb..c0498546e915ccfa18437a5e4c52d305e11d726c 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() {
|
|
|