Index: net/disk_cache/blockfile/stats.h |
diff --git a/net/disk_cache/blockfile/stats.h b/net/disk_cache/blockfile/stats.h |
index 4a62388007a4c23199f6472dbc6aa2c3e0a0ed11..68669b9833038b3f7eb84eb32be63f9be3ebda8c 100644 |
--- a/net/disk_cache/blockfile/stats.h |
+++ b/net/disk_cache/blockfile/stats.h |
@@ -37,17 +37,17 @@ class Stats { |
DOOM_CACHE, |
INVALID_ENTRY, |
OPEN_ENTRIES, // Average number of open entries. |
- MAX_ENTRIES, // Maximum number of open entries. |
+ MAX_ENTRIES, // Maximum number of open entries. |
TIMER, |
READ_DATA, |
WRITE_DATA, |
OPEN_RANKINGS, // An entry has to be read just to modify rankings. |
- GET_RANKINGS, // We got the ranking info without reading the whole entry. |
+ GET_RANKINGS, // We got the ranking info without reading the whole entry. |
FATAL_ERROR, |
- LAST_REPORT, // Time of the last time we sent a report. |
+ LAST_REPORT, // Time of the last time we sent a report. |
LAST_REPORT_TIMER, // Timer count of the last time we sent a report. |
- DOOM_RECENT, // The cache was partially cleared. |
- UNUSED, // Was: ga.js was evicted from the cache. |
+ DOOM_RECENT, // The cache was partially cleared. |
+ UNUSED, // Was: ga.js was evicted from the cache. |
MAX_COUNTER |
}; |