diff options
Diffstat (limited to 'base/histogram.h')
-rw-r--r-- | base/histogram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/histogram.h b/base/histogram.h index ac97a67..b745026 100644 --- a/base/histogram.h +++ b/base/histogram.h @@ -497,7 +497,7 @@ class LinearHistogram : public Histogram { default underflow bucket. */ static scoped_refptr<Histogram> FactoryGet(const std::string& name, Sample minimum, Sample maximum, size_t bucket_count, Flags flags); - static scoped_refptr<Histogram> FactoryGet(const std::string& name, + static scoped_refptr<Histogram> FactoryTimeGet(const std::string& name, base::TimeDelta minimum, base::TimeDelta maximum, size_t bucket_count, Flags flags); |