| Index: chrome/browser/metrics/metrics_service.cc
|
| ===================================================================
|
| --- chrome/browser/metrics/metrics_service.cc (revision 97468)
|
| +++ chrome/browser/metrics/metrics_service.cc (working copy)
|
| @@ -949,7 +949,7 @@
|
| // Collect WebCore cache information to put into a histogram.
|
| for (RenderProcessHost::iterator i(RenderProcessHost::AllHostsIterator());
|
| !i.IsAtEnd(); i.Advance())
|
| - i.GetCurrentValue()->Send(new ViewMsg_GetCacheResourceStats());
|
| + i.GetCurrentValue()->Send(new ChromeViewMsg_GetCacheResourceStats());
|
| }
|
|
|
| void MetricsService::OnMemoryDetailCollectionDone() {
|
|
|