| Index: net/disk_cache/rankings.cc
|
| ===================================================================
|
| --- net/disk_cache/rankings.cc (revision 10269)
|
| +++ net/disk_cache/rankings.cc (working copy)
|
| @@ -234,7 +234,7 @@
|
| EntryImpl* cache_entry =
|
| reinterpret_cast<EntryImpl*>(rankings->Data()->pointer);
|
| rankings->SetData(cache_entry->rankings()->Data());
|
| - UMA_HISTOGRAM_TIMES(L"DiskCache.GetRankings", Time::Now() - start);
|
| + UMA_HISTOGRAM_TIMES("DiskCache.GetRankings", Time::Now() - start);
|
| return true;
|
| }
|
|
|
| @@ -389,7 +389,7 @@
|
| Time start = Time::Now();
|
| Remove(node, list);
|
| Insert(node, modified, list);
|
| - UMA_HISTOGRAM_TIMES(L"DiskCache.UpdateRank", Time::Now() - start);
|
| + UMA_HISTOGRAM_TIMES("DiskCache.UpdateRank", Time::Now() - start);
|
| }
|
|
|
| void Rankings::CompleteTransaction() {
|
|
|