| Index: content/browser/android/child_process_launcher_android.cc
|
| diff --git a/content/browser/android/child_process_launcher_android.cc b/content/browser/android/child_process_launcher_android.cc
|
| index 11bb6de418411bb775f19cd236fc40cdb38d8548..cd20a97cb177cbdef20efbc90597a52c287a04db 100644
|
| --- a/content/browser/android/child_process_launcher_android.cc
|
| +++ b/content/browser/android/child_process_launcher_android.cc
|
| @@ -136,7 +136,7 @@ void StartDownloadProcessIfNecessary() {
|
|
|
| const base::CommandLine browser_command_line =
|
| *base::CommandLine::ForCurrentProcess();
|
| - static const char* kForwardSwitches[] = {
|
| + static const char* const kForwardSwitches[] = {
|
| switches::kDisableLogging,
|
| switches::kEnableLogging,
|
| switches::kLoggingLevel,
|
|
|