Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: net/disk_cache/blockfile/stats.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};

Powered by Google App Engine
This is Rietveld 408576698