| Index: chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.mm b/chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.mm
|
| index ed50f1f1db01eb4c53e1cbcf401aa01ecc5de63e..e6d37e27fb77a571b01b79997b420b72e1d94767 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_sign_in_container.mm
|
| @@ -38,7 +38,7 @@ class CocoaSignInDelegate : public autofill::AutofillDialogSignInDelegate {
|
|
|
| // WebContentsDelegate implementation. Forwards all unhandled keyboard events
|
| // to the current window.
|
| - virtual void HandleKeyboardEvent(
|
| + void HandleKeyboardEvent(
|
| content::WebContents* source,
|
| const content::NativeWebKeyboardEvent& event) override;
|
|
|
|
|