| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_process_host_impl.cc (revision 124331)
|
| +++ content/browser/renderer_host/render_process_host_impl.cc (working copy)
|
| @@ -1328,6 +1328,5 @@
|
| }
|
|
|
| void RenderProcessHostImpl::OnSavedPageAsMHTML(int job_id, int64 data_size) {
|
| - content::GetContentClient()->browser()->GetMHTMLGenerationManager()->
|
| - MHTMLGenerated(job_id, data_size);
|
| + MHTMLGenerationManager::GetInstance()->MHTMLGenerated(job_id, data_size);
|
| }
|
|
|