| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index 76b63e5df79f6b8467037cd496a907fc18b30020..bac3c4035de0cb0253dff485a9bc7d13d738eb72 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -187,7 +187,7 @@ void BrowserChildProcessHostImpl::Launch(
|
|
|
| const base::CommandLine& browser_command_line =
|
| *base::CommandLine::ForCurrentProcess();
|
| - static const char* kForwardSwitches[] = {
|
| + static const char* const kForwardSwitches[] = {
|
| switches::kDisableLogging,
|
| switches::kEnableLogging,
|
| switches::kIPCConnectionTimeout,
|
|
|