summaryrefslogtreecommitdiffstats
path: root/chrome/browser/repost_form_warning_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/repost_form_warning_controller.cc')
-rw-r--r--chrome/browser/repost_form_warning_controller.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/repost_form_warning_controller.cc b/chrome/browser/repost_form_warning_controller.cc
index 517036a7..e665b29 100644
--- a/chrome/browser/repost_form_warning_controller.cc
+++ b/chrome/browser/repost_form_warning_controller.cc
@@ -15,7 +15,8 @@
RepostFormWarningController::RepostFormWarningController(
content::WebContents* web_contents)
- : content::WebContentsObserver(web_contents) {
+ : TabModalConfirmDialogDelegate(web_contents),
+ content::WebContentsObserver(web_contents) {
}
RepostFormWarningController::~RepostFormWarningController() {