| Index: chrome/browser/nacl_process_host.cc
|
| diff --git a/chrome/browser/nacl_process_host.cc b/chrome/browser/nacl_process_host.cc
|
| index bb13ab7c4428d368f33f82e0d18ab49f7230d739..22fb44693401ed10e10761acf2e8efa5bb8698b8 100644
|
| --- a/chrome/browser/nacl_process_host.cc
|
| +++ b/chrome/browser/nacl_process_host.cc
|
| @@ -107,7 +107,7 @@ bool NaClProcessHost::LaunchSelLdr(ResourceMessageFilter* renderer_msg_filter,
|
| // propagate the following switches to the plugin command line (along with
|
| // any associated values) if present in the browser command line
|
| // TODO(gregoryd): check which flags of those below can be supported.
|
| - static const wchar_t* const switch_names[] = {
|
| + static const char* const switch_names[] = {
|
| switches::kNoSandbox,
|
| switches::kTestSandbox,
|
| switches::kDisableBreakpad,
|
|
|