summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/html_dialog_contents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/dom_ui/html_dialog_contents.cc')
-rw-r--r--chrome/browser/dom_ui/html_dialog_contents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/html_dialog_contents.cc b/chrome/browser/dom_ui/html_dialog_contents.cc
index 60314f3..50dbc0c 100644
--- a/chrome/browser/dom_ui/html_dialog_contents.cc
+++ b/chrome/browser/dom_ui/html_dialog_contents.cc
@@ -13,7 +13,7 @@ HtmlDialogContents::HtmlDialogContents(Profile* profile,
RenderViewHostFactory* rvf)
: DOMUIHost(profile, instance, rvf),
delegate_(NULL) {
- type_ = TAB_CONTENTS_HTML_DIALOG;
+ set_type(TAB_CONTENTS_HTML_DIALOG);
}
HtmlDialogContents::~HtmlDialogContents() {