summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/html_dialog_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/html_dialog_ui.h')
-rw-r--r--chrome/browser/ui/webui/html_dialog_ui.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/html_dialog_ui.h b/chrome/browser/ui/webui/html_dialog_ui.h
index c4a78f6..eb34963 100644
--- a/chrome/browser/ui/webui/html_dialog_ui.h
+++ b/chrome/browser/ui/webui/html_dialog_ui.h
@@ -19,6 +19,10 @@ class Size;
struct ContextMenuParams;
+namespace base {
+class ListValue;
+}
+
// Implement this class to receive notifications.
class HtmlDialogUIDelegate {
public:
@@ -106,7 +110,7 @@ class HtmlDialogUI : public ChromeWebUI {
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);
};