Index: net/disk_cache/blockfile/stats.cc |
diff --git a/net/disk_cache/blockfile/stats.cc b/net/disk_cache/blockfile/stats.cc |
index fae006d7617600125ddf39c7eeacbfb515469609..e6b10b878569c04b733e39ecfe1d4f532b994890 100644 |
--- a/net/disk_cache/blockfile/stats.cc |
+++ b/net/disk_cache/blockfile/stats.cc |
@@ -43,7 +43,7 @@ int LogBase2(int32 number) { |
} |
// WARNING: Add new stats only at the end, or change LoadStats(). |
-static const char* kCounterNames[] = { |
+const char* const kCounterNames[] = { |
"Open miss", |
"Open hit", |
"Create miss", |