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

Unified Diff: net/disk_cache/stats_histogram.h

Issue 8568021: Add OVERRIDE to net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: net only Created 9 years, 1 month 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
« no previous file with comments | « net/disk_cache/net_log_parameters.h ('k') | net/http/disk_cache_based_ssl_host_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/stats_histogram.h
diff --git a/net/disk_cache/stats_histogram.h b/net/disk_cache/stats_histogram.h
index 318a8bce77483bec4292dde7a2dd3aff139b13dc..9d44545b3768030bb2871a523a695857619ab379 100644
--- a/net/disk_cache/stats_histogram.h
+++ b/net/disk_cache/stats_histogram.h
@@ -40,11 +40,12 @@ class StatsHistogram : public base::Histogram {
// We'll be reporting data from the given set of cache stats.
bool Init(const Stats* stats);
- virtual Sample ranges(size_t i) const;
- virtual size_t bucket_count() const;
- virtual void SnapshotSample(SampleSet* sample) const;
- virtual Inconsistencies FindCorruption(const SampleSet& snapshot) const;
- virtual uint32 CalculateRangeChecksum() const;
+ virtual Sample ranges(size_t i) const OVERRIDE;
+ virtual size_t bucket_count() const OVERRIDE;
+ virtual void SnapshotSample(SampleSet* sample) const OVERRIDE;
+ virtual Inconsistencies FindCorruption(
+ const SampleSet& snapshot) const OVERRIDE;
+ virtual uint32 CalculateRangeChecksum() const OVERRIDE;
private:
bool init_;
« no previous file with comments | « net/disk_cache/net_log_parameters.h ('k') | net/http/disk_cache_based_ssl_host_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698