| Index: chrome/browser/net/url_info.cc
|
| ===================================================================
|
| --- chrome/browser/net/url_info.cc (revision 52082)
|
| +++ chrome/browser/net/url_info.cc (working copy)
|
| @@ -104,7 +104,7 @@
|
| }
|
| // Make a custom linear histogram for the region from 0 to boundary.
|
| const size_t kBucketCount = 52;
|
| - static scoped_refptr<Histogram> histogram = LinearHistogram::FactoryGet(
|
| + static scoped_refptr<Histogram> histogram = LinearHistogram::FactoryTimeGet(
|
| "DNS.QueueRecycledUnder2", TimeDelta(), kBoundary, kBucketCount,
|
| Histogram::kUmaTargetedHistogramFlag);
|
| histogram->AddTime(queue_duration_);
|
|
|