Index: net/disk_cache/stats_histogram.cc |
=================================================================== |
--- net/disk_cache/stats_histogram.cc (revision 87216) |
+++ net/disk_cache/stats_histogram.cc (working copy) |
@@ -4,6 +4,7 @@ |
#include "net/disk_cache/stats_histogram.h" |
+#include "base/debug/leak_annotations.h" |
#include "base/logging.h" |
#include "net/disk_cache/stats.h" |
@@ -21,8 +22,7 @@ |
stats_ = NULL; |
} |
-StatsHistogram* StatsHistogram::StatsHistogramFactoryGet( |
- const std::string& name) { |
+StatsHistogram* StatsHistogram::FactoryGet(const std::string& name) { |
Histogram* histogram(NULL); |
Sample minimum = 1; |