Index: chrome/common/crash_keys.cc |
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc |
index 09f7e198d6193a5bf7243e10b9f82c9952369782..9a03923f5ed3d9baf7e1c8c41a0b55c0fedccc2e 100644 |
--- a/chrome/common/crash_keys.cc |
+++ b/chrome/common/crash_keys.cc |
@@ -265,7 +265,7 @@ static bool IsBoringSwitch(const std::string& flag) { |
flag == "--flag-switches-begin" || |
flag == "--flag-switches-end"; |
#elif defined(OS_CHROMEOS) |
- static const char* kIgnoreSwitches[] = { |
+ static const char* const kIgnoreSwitches[] = { |
::switches::kEnableImplSidePainting, |
::switches::kEnableLogging, |
::switches::kFlagSwitchesBegin, |