| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index d0193125dd566e63df9c7747c2371903f5d18401..6a994e7f9a8782a31b58dde3d202ce74ed04b961 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -166,7 +166,7 @@ void OffTheRecordProfileImpl::Init() {
|
|
|
| // The DomDistillerViewerSource is not a normal WebUI so it must be registered
|
| // as a URLDataSource early.
|
| - RegisterDomDistillerViewerSource(this);
|
| + dom_distiller::RegisterViewerSource(this);
|
| }
|
|
|
| OffTheRecordProfileImpl::~OffTheRecordProfileImpl() {
|
|
|