summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/histogram_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/histogram_macros.h')
-rw-r--r--net/disk_cache/histogram_macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/disk_cache/histogram_macros.h b/net/disk_cache/histogram_macros.h
index bbea303..361a9d6 100644
--- a/net/disk_cache/histogram_macros.h
+++ b/net/disk_cache/histogram_macros.h
@@ -36,8 +36,8 @@
do { \
static scoped_refptr<Histogram> counter; \
if (!counter || name != counter->histogram_name()) \
- counter = Histogram::FactoryGet(name, min, max, bucket_count, \
- Histogram::kUmaTargetedHistogramFlag); \
+ counter = Histogram::FactoryTimeGet(name, min, max, bucket_count, \
+ Histogram::kUmaTargetedHistogramFlag); \
counter->AddTime(sample); \
} while (0)