| Index: chrome/browser/browser_about_handler.cc
|
| ===================================================================
|
| --- chrome/browser/browser_about_handler.cc (revision 97468)
|
| +++ chrome/browser/browser_about_handler.cc (working copy)
|
| @@ -772,7 +772,7 @@
|
| AboutTcmallocOutputs::GetInstance()->SetOutput(browser, buffer);
|
| RenderProcessHost::iterator it(RenderProcessHost::AllHostsIterator());
|
| while (!it.IsAtEnd()) {
|
| - it.GetCurrentValue()->Send(new ViewMsg_GetRendererTcmalloc);
|
| + it.GetCurrentValue()->Send(new ChromeViewMsg_GetRendererTcmalloc);
|
| it.Advance();
|
| }
|
|
|
|
|