diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-14 05:21:54 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-14 05:21:54 +0000 |
commit | 96e2c5522647935d4be7179c28b3f2359cdf3880 (patch) | |
tree | b02ac36cba362dd529da49a17f3c97002b4eeb2a /remoting/host/branding.h | |
parent | 45b1d04e99a13b60194a108a3b582268ae56916f (diff) | |
download | chromium_src-96e2c5522647935d4be7179c28b3f2359cdf3880.zip chromium_src-96e2c5522647935d4be7179c28b3f2359cdf3880.tar.gz chromium_src-96e2c5522647935d4be7179c28b3f2359cdf3880.tar.bz2 |
Avoiding unnecessary conversion to UTF16 in runtime.
Review URL: http://codereview.chromium.org/10073028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132326 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/branding.h')
-rw-r--r-- | remoting/host/branding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/branding.h b/remoting/host/branding.h index e780bc3..610a47c 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 char kWindowsServiceName[]; +extern const char16 kWindowsServiceName[]; #endif // Returns the location of the host configuration directory. |