| Index: chrome/browser/ui/views/autofill/autofill_popup_view_views.h
|
| diff --git a/chrome/browser/ui/views/autofill/autofill_popup_view_views.h b/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
|
| index cd2d95e35dd307ef4860cdbcd5b481b7962013a6..e7f09b577bb8f66a613e9784a313b69e0cf9fb85 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
|
| +++ b/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
|
| @@ -16,11 +16,8 @@ namespace autofill {
|
| class AutofillPopupViewViews : public AutofillPopupBaseView,
|
| public AutofillPopupView {
|
| public:
|
| - // The observing widget should be the top level widget for the native
|
| - // view, which we need to listen to for several signals that indicate the
|
| - // popup should be closed.
|
| AutofillPopupViewViews(AutofillPopupController* controller,
|
| - views::Widget* observing_widget);
|
| + views::FocusManager* focus_manager);
|
|
|
| private:
|
| ~AutofillPopupViewViews() override;
|
|
|