Index: net/disk_cache/stats_histogram.h |
=================================================================== |
--- net/disk_cache/stats_histogram.h (revision 10269) |
+++ net/disk_cache/stats_histogram.h (working copy) |
@@ -23,7 +23,7 @@ |
} |
}; |
- explicit StatsHistogram(const wchar_t* name) |
+ explicit StatsHistogram(const char* name) |
: Histogram(name, 1, 1, 2), init_(false) {} |
~StatsHistogram(); |
@@ -43,4 +43,3 @@ |
} // namespace disk_cache |
#endif // NET_DISK_CACHE_STATS_HISTOGRAM_H_ |
- |