Chromium Code Reviews| Index: net/disk_cache/stats.cc |
| =================================================================== |
| --- net/disk_cache/stats.cc (revision 81725) |
| +++ net/disk_cache/stats.cc (working copy) |
| @@ -151,7 +151,7 @@ |
| // Stats may be reused when the cache is re-created, but we want only one |
| // histogram at any given time. |
| size_histogram_ = |
| - StatsHistogram::StatsHistogramFactoryGet("DiskCache.SizeStats"); |
| + StatsHistogram::FactoryGet("DiskCache.SizeStats"); |
| size_histogram_->Init(this); |
| } |
| } |