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 2f44c5a783003284ac2f6caa734a2bf1dc7b9798..3ab316e578b5bedfec93c3256989274ef5baf5af 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. |