Chromium Code Reviews| 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 b359abdf3e2b42796c5bdf4105c2903fe419e272..ad4c2dc718dd2003e12449518b19137a34702c0a 100644 |
| --- a/chrome/browser/dom_ui/dom_ui.h |
| +++ b/chrome/browser/dom_ui/dom_ui.h |
| @@ -41,7 +41,7 @@ class DOMUI { |
| // Called from TabContents. |
| virtual void ProcessDOMUIMessage(const std::string& message, |
| - const std::string& content, |
| + const Value* content, |
| int request_id, |
| bool has_callback); |