| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 61fd30900a99b4efb1a1fa67bb249eea2b2548a5..74dcec82f17f3fbd19ac14f48e1ac7223ad63764 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -802,7 +802,7 @@ void ChromeContentBrowserClient::RenderProcessWillLaunch(
|
| #endif
|
| host->AddFilter(new cast::CastTransportHostFilter);
|
| #if defined(ENABLE_PRINTING)
|
| - host->AddFilter(new PrintingMessageFilter(id, profile));
|
| + host->AddFilter(new printing::PrintingMessageFilter(id, profile));
|
| #endif
|
| host->AddFilter(new SearchProviderInstallStateMessageFilter(id, profile));
|
| #if defined(ENABLE_SPELLCHECK)
|
|
|