Index: chrome/browser/ui/views/autofill_profiles_view_win.cc |
diff --git a/chrome/browser/ui/views/autofill_profiles_view_win.cc b/chrome/browser/ui/views/autofill_profiles_view_win.cc |
index 3edac72844f36875f7baae98b14d4569089e793d..1d8b8e3e25e1a7a73f8b3a1a70912976a40fd300 100644 |
--- a/chrome/browser/ui/views/autofill_profiles_view_win.cc |
+++ b/chrome/browser/ui/views/autofill_profiles_view_win.cc |
@@ -873,8 +873,8 @@ void AutoFillProfilesView::EditableSetViewContents::ContentsChanged( |
} |
} |
-bool AutoFillProfilesView::EditableSetViewContents::HandleKeystroke( |
- views::Textfield* sender, const views::Textfield::Keystroke& keystroke) { |
+bool AutoFillProfilesView::EditableSetViewContents::HandleKeyEvent( |
+ views::Textfield* sender, const views::KeyEvent& key_event) { |
if (sender == text_fields_[TEXT_CC_NUMBER] && |
!has_credit_card_number_been_edited_) { |
// You cannot edit obfuscated number, you must retype it anew. |