| Index: chrome/browser/dom_ui/dom_ui.h
|
| diff --git a/chrome/browser/dom_ui/dom_ui.h b/chrome/browser/dom_ui/dom_ui.h
|
| index adc56ab04c7712dbe7770dc83b48457b60170ce1..b359abdf3e2b42796c5bdf4105c2903fe419e272 100644
|
| --- a/chrome/browser/dom_ui/dom_ui.h
|
| +++ b/chrome/browser/dom_ui/dom_ui.h
|
| @@ -39,7 +39,7 @@ class DOMUI {
|
| // page.
|
| virtual void RenderViewReused(RenderViewHost* render_view_host) {}
|
|
|
| - // Called from DOMUIContents.
|
| + // Called from TabContents.
|
| virtual void ProcessDOMUIMessage(const std::string& message,
|
| const std::string& content,
|
| int request_id,
|
|
|