summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/html_dialog_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/dom_ui/html_dialog_contents.h')
-rw-r--r--chrome/browser/dom_ui/html_dialog_contents.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/html_dialog_contents.h b/chrome/browser/dom_ui/html_dialog_contents.h
index b8935f5..1a4c3a1 100644
--- a/chrome/browser/dom_ui/html_dialog_contents.h
+++ b/chrome/browser/dom_ui/html_dialog_contents.h
@@ -9,7 +9,7 @@
#include "chrome/views/window_delegate.h"
// Implement this class to receive notifications.
-class HtmlDialogContentsDelegate : public ChromeViews::WindowDelegate {
+class HtmlDialogContentsDelegate : public views::WindowDelegate {
public:
// Get the HTML file path for the content to load in the dialog.
virtual GURL GetDialogContentURL() const = 0;