| Index: net/disk_cache/stats_histogram.h
|
| diff --git a/net/disk_cache/stats_histogram.h b/net/disk_cache/stats_histogram.h
|
| index f41c384722c17e7f5cab8252b0030600c314395c..7f513ce296b418109dc5e7abe34b3eb5a90b1a4b 100644
|
| --- a/net/disk_cache/stats_histogram.h
|
| +++ b/net/disk_cache/stats_histogram.h
|
| @@ -35,7 +35,7 @@ class StatsHistogram : public base::Histogram {
|
| : Histogram(name, minimum, maximum, bucket_count), init_(false) {}
|
| virtual ~StatsHistogram();
|
|
|
| - static StatsHistogram* FactoryGet(const std::string& name);
|
| + static StatsHistogram* StatsHistogramFactoryGet(const std::string& name);
|
|
|
| // We'll be reporting data from the given set of cache stats.
|
| bool Init(const Stats* stats);
|
|
|