| Index: chrome/browser/ui/webui/html_dialog_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/html_dialog_ui.h (revision 92173)
|
| +++ chrome/browser/ui/webui/html_dialog_ui.h (working copy)
|
| @@ -19,6 +19,10 @@
|
|
|
| struct ContextMenuParams;
|
|
|
| +namespace base {
|
| +class ListValue;
|
| +}
|
| +
|
| // Implement this class to receive notifications.
|
| class HtmlDialogUIDelegate {
|
| public:
|
| @@ -106,7 +110,7 @@
|
| virtual void RenderViewCreated(RenderViewHost* render_view_host);
|
|
|
| // JS message handler.
|
| - void OnDialogClosed(const ListValue* args);
|
| + void OnDialogClosed(const base::ListValue* args);
|
|
|
| DISALLOW_COPY_AND_ASSIGN(HtmlDialogUI);
|
| };
|
|
|