Index: content/browser/zygote_host/zygote_communication_linux.cc |
diff --git a/content/browser/zygote_host/zygote_communication_linux.cc b/content/browser/zygote_host/zygote_communication_linux.cc |
index 54f5176adbd2e9036bb4da219d700c13ed37bf96..56c0f86eceddadc28b81a5a268b788b45670765a 100644 |
--- a/content/browser/zygote_host/zygote_communication_linux.cc |
+++ b/content/browser/zygote_host/zygote_communication_linux.cc |
@@ -279,7 +279,7 @@ void ZygoteCommunication::Init() { |
// Append any switches from the browser process that need to be forwarded on |
// to the zygote/renderers. |
// Should this list be obtained from browser_render_process_host.cc? |
- static const char* kForwardSwitches[] = { |
+ static const char* const kForwardSwitches[] = { |
switches::kAllowSandboxDebugging, switches::kAndroidFontsPath, |
switches::kDisableSeccompFilterSandbox, |
switches::kEnableHeapProfiling, |