| Index: chrome/browser/dom_distiller/profile_utils.h
|
| diff --git a/chrome/browser/dom_distiller/profile_utils.h b/chrome/browser/dom_distiller/profile_utils.h
|
| index 8d6e2953346191d5d25a1fea0a8149bdd1a755d0..d0d8e868b6dcf80856cd4fa4bbe9a89987a20049 100644
|
| --- a/chrome/browser/dom_distiller/profile_utils.h
|
| +++ b/chrome/browser/dom_distiller/profile_utils.h
|
| @@ -7,8 +7,12 @@
|
|
|
| #include "chrome/browser/profiles/profile.h"
|
|
|
| +namespace dom_distiller {
|
| +
|
| // Setup URLDataSource for the chrome-distiller:// scheme for the given
|
| // |profile|.
|
| -void RegisterDomDistillerViewerSource(Profile* profile);
|
| +void RegisterViewerSource(Profile* profile);
|
| +
|
| +} // namespace dom_distiller
|
|
|
| #endif // CHROME_BROWSER_DOM_DISTILLER_PROFILE_UTILS_H_
|
|
|