Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2597)

Unified Diff: remoting/host/branding.cc

Issue 10579034: Removing incorrect usage of TO_L_STRING() macros. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/branding.h ('k') | remoting/host/capturer_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « remoting/host/branding.h ('k') | remoting/host/capturer_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698