Index: chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
index a1c94197e229f9989f9f6498e3fc7695a12d0deb..67bad2737394bcc0eb7b7d1b2d72cc0f0d72ebbe 100644 |
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
@@ -90,8 +90,9 @@ AutofillDialogViews::~AutofillDialogViews() { |
void AutofillDialogViews::Show() { |
InitChildViews(); |
- // Ownership of |contents_| is handed off by this call. The ConstrainedWindow |
- // will take care of deleting itself after calling DeleteDelegate(). |
+ // Ownership of |contents_| is handed off by this call. The |
+ // WebContentsModalDialog will take care of deleting itself after calling |
+ // DeleteDelegate(). |
window_ = new ConstrainedWindowViews(controller_->web_contents(), this); |
} |