| Index: chrome/browser/net/dns_master.cc
|
| ===================================================================
|
| --- chrome/browser/net/dns_master.cc (revision 10269)
|
| +++ chrome/browser/net/dns_master.cc (working copy)
|
| @@ -104,7 +104,7 @@
|
| if (it == results_.end()) {
|
| // Remain under lock to assure static HISTOGRAM constructor is safely run.
|
| // Use UMA histogram to quantify potential future gains here.
|
| - UMA_HISTOGRAM_LONG_TIMES(L"DNS.UnexpectedResolutionL",
|
| + UMA_HISTOGRAM_LONG_TIMES("DNS.UnexpectedResolutionL",
|
| navigation_info->resolve_duration());
|
| navigation_info->DLogResultsStats("DNS UnexpectedResolution");
|
|
|
|
|