| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| index 563404ab0cee5bdfbe90c873b393a63b70298b2b..58bc886f632e340a55e639492c7973aa119d0703 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -579,7 +579,7 @@ class AutofillDialogControllerImpl
|
|
|
| // The timer that delays enabling submit button for a short period of time on
|
| // startup.
|
| - base::OneShotTimer<AutofillDialogControllerImpl> submit_button_delay_timer_;
|
| + base::OneShotTimer submit_button_delay_timer_;
|
|
|
| base::WeakPtrFactory<AutofillDialogControllerImpl> weak_ptr_factory_;
|
|
|
|
|