Chromium Code Reviews| Index: chrome/browser/ui/webui/constrained_html_ui.h |
| =================================================================== |
| --- chrome/browser/ui/webui/constrained_html_ui.h (revision 92173) |
| +++ chrome/browser/ui/webui/constrained_html_ui.h (working copy) |
| @@ -57,7 +57,7 @@ |
| ConstrainedHtmlUIDelegate* GetConstrainedDelegate(); |
| // JS Message Handler |
| - void OnDialogClose(const ListValue* args); |
| + void OnDialogClose(const base::ListValue* args); |
| DISALLOW_COPY_AND_ASSIGN(ConstrainedHtmlUI); |
| }; |