summaryrefslogtreecommitdiffstats
path: root/remoting/host/branding.h
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-20 17:24:43 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-20 17:24:43 +0000
commit8cdb83f08a970a361c677b28ca08aac4c8df62ae (patch)
treeeb4bacacd66b143b60dcac5e81442dc375c74a6c /remoting/host/branding.h
parent4f94108c9be1f33135dd1c6ccc40f99311e0818d (diff)
downloadchromium_src-8cdb83f08a970a361c677b28ca08aac4c8df62ae.zip
chromium_src-8cdb83f08a970a361c677b28ca08aac4c8df62ae.tar.gz
chromium_src-8cdb83f08a970a361c677b28ca08aac4c8df62ae.tar.bz2
Removing incorrect usage of TO_L_STRING() macros.
BUG=133003 Review URL: https://chromiumcodereview.appspot.com/10579034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143194 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/branding.h')
-rw-r--r--remoting/host/branding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/branding.h b/remoting/host/branding.h
index 610a47c..c139fb4 100644
--- a/remoting/host/branding.h
+++ b/remoting/host/branding.h
@@ -11,7 +11,7 @@ namespace remoting {
#if defined(OS_WIN)
// Windows chromoting service name.
-extern const char16 kWindowsServiceName[];
+extern const wchar_t kWindowsServiceName[];
#endif
// Returns the location of the host configuration directory.