Return string literals as const wchar_t*.

BUG=394842

Review URL: https://codereview.chromium.org/468303003

Cr-Commit-Position: refs/heads/master@{#289518}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289518 0039d316-1c4b-4281-b951-d872f2087c98
parent 29cece34
......@@ -22,7 +22,7 @@
namespace {
wchar_t* GetBeaconKeyPath() {
const wchar_t* GetBeaconKeyPath() {
chrome::VersionInfo::Channel channel = chrome::VersionInfo::CHANNEL_UNKNOWN;
// We are called quite early, before the CommandLine is initialized. We don't
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment