| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 2fffbe8d87c2d5e07bfa06929ae6e6005a233368..c80ec425d59a4e8c6d12333b787841c88c35adbc 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -638,7 +638,7 @@ void ProfileImpl::DoFinalInit() {
|
|
|
| // The DomDistillerViewerSource is not a normal WebUI so it must be registered
|
| // as a URLDataSource early.
|
| - RegisterDomDistillerViewerSource(this);
|
| + dom_distiller::RegisterViewerSource(this);
|
|
|
| #if defined(OS_CHROMEOS)
|
| if (chromeos::UserSessionManager::GetInstance()
|
|
|