summaryrefslogtreecommitdiffstats
path: root/ceee
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-08 22:18:37 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-08 22:18:37 +0000
commit711a353ad1d530fb05da259bf3b6011f6a974ecf (patch)
tree9e41a04cb0245620162cf1440eca12642d884278 /ceee
parent3f40a6ae6f0f2889a9ef4ad70c44c79590228f3a (diff)
downloadchromium_src-711a353ad1d530fb05da259bf3b6011f6a974ecf.zip
chromium_src-711a353ad1d530fb05da259bf3b6011f6a974ecf.tar.gz
chromium_src-711a353ad1d530fb05da259bf3b6011f6a974ecf.tar.bz2
Get rid of std::wstring version of HasSwitch.
BUG=24672 TEST=trybots Review URL: http://codereview.chromium.org/5649003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68650 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ceee')
-rw-r--r--ceee/common/install_utils.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ceee/common/install_utils.cc b/ceee/common/install_utils.cc
index 25ea9c8..e737d5b 100644
--- a/ceee/common/install_utils.cc
+++ b/ceee/common/install_utils.cc
@@ -18,8 +18,8 @@ namespace installer_util {
// TODO(joi@chromium.org) Move to chrome/installer/util_constants.h
// when we refactor this logic to be in the installer rather than
// on the registration entrypoints.
- const wchar_t kEnableCeee[] = L"enable-ceee";
- const wchar_t kEnableFfCeee[] = L"enable-ff-ceee";
+ const char kEnableCeee[] = "enable-ceee";
+ const char kEnableFfCeee[] = "enable-ff-ceee";
}
}