diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-08 22:18:37 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-08 22:18:37 +0000 |
commit | 711a353ad1d530fb05da259bf3b6011f6a974ecf (patch) | |
tree | 9e41a04cb0245620162cf1440eca12642d884278 /chrome_frame/test/net/test_automation_provider.cc | |
parent | 3f40a6ae6f0f2889a9ef4ad70c44c79590228f3a (diff) | |
download | chromium_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 'chrome_frame/test/net/test_automation_provider.cc')
-rw-r--r-- | chrome_frame/test/net/test_automation_provider.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/net/test_automation_provider.cc b/chrome_frame/test/net/test_automation_provider.cc index 2e7c76e..85246cc 100644 --- a/chrome_frame/test/net/test_automation_provider.cc +++ b/chrome_frame/test/net/test_automation_provider.cc @@ -14,7 +14,7 @@ namespace { // A special command line switch to just run the unit tests without CF in // the picture. Can be useful when the harness itself needs to be debugged. -const wchar_t kNoCfTestRun[] = L"no-cf-test-run"; +const char kNoCfTestRun[] = "no-cf-test-run"; bool CFTestsDisabled() { static bool switch_present = CommandLine::ForCurrentProcess()-> |