Index: content/browser/time_zone_monitor_linux.cc |
diff --git a/content/browser/time_zone_monitor_linux.cc b/content/browser/time_zone_monitor_linux.cc |
index ded57a42333f38b70bbb579552c764fb23d68d0c..91d3d3d6774e162d48499fdcaa50437e37965f4a 100644 |
--- a/content/browser/time_zone_monitor_linux.cc |
+++ b/content/browser/time_zone_monitor_linux.cc |
@@ -87,7 +87,7 @@ class TimeZoneMonitorLinuxImpl |
// still more paths are used. Just watch all three of these paths, because |
// false positives are harmless, assuming the false positive rate is |
// reasonable. |
- const char* kFilesToWatch[] = { |
+ const char* const kFilesToWatch[] = { |
"/etc/localtime", |
"/etc/timezone", |
"/etc/TZ", |