| Index: chrome/browser/repost_form_warning_controller.cc
|
| diff --git a/chrome/browser/repost_form_warning_controller.cc b/chrome/browser/repost_form_warning_controller.cc
|
| index e665b29e15dc27457af45aea34211927e5b58aba..517036a7f05c1448806e16c74ce949aadc6de251 100644
|
| --- a/chrome/browser/repost_form_warning_controller.cc
|
| +++ b/chrome/browser/repost_form_warning_controller.cc
|
| @@ -15,8 +15,7 @@
|
|
|
| RepostFormWarningController::RepostFormWarningController(
|
| content::WebContents* web_contents)
|
| - : TabModalConfirmDialogDelegate(web_contents),
|
| - content::WebContentsObserver(web_contents) {
|
| + : content::WebContentsObserver(web_contents) {
|
| }
|
|
|
| RepostFormWarningController::~RepostFormWarningController() {
|
|
|