diff options
Diffstat (limited to 'net/disk_cache/stats_histogram.h')
-rw-r--r-- | net/disk_cache/stats_histogram.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/disk_cache/stats_histogram.h b/net/disk_cache/stats_histogram.h index 4dd76cc..8db3bb3 100644 --- a/net/disk_cache/stats_histogram.h +++ b/net/disk_cache/stats_histogram.h @@ -23,7 +23,7 @@ class StatsHistogram : public Histogram { } }; - explicit StatsHistogram(const wchar_t* name) + explicit StatsHistogram(const char* name) : Histogram(name, 1, 1, 2), init_(false) {} ~StatsHistogram(); @@ -43,4 +43,3 @@ class StatsHistogram : public Histogram { } // namespace disk_cache #endif // NET_DISK_CACHE_STATS_HISTOGRAM_H_ - |