Index: chrome/browser/ui/views/autofill_profiles_view_win.h |
diff --git a/chrome/browser/ui/views/autofill_profiles_view_win.h b/chrome/browser/ui/views/autofill_profiles_view_win.h |
index 6dbe8dd5ea7a95e2ca3d144d4b44e88d735bee78..da8d0f83c1948017dee0ed4203ea6b9507bf6871 100644 |
--- a/chrome/browser/ui/views/autofill_profiles_view_win.h |
+++ b/chrome/browser/ui/views/autofill_profiles_view_win.h |
@@ -286,8 +286,8 @@ class AutoFillProfilesView : public views::View, |
// views::Textfield::Controller methods: |
virtual void ContentsChanged(views::Textfield* sender, |
const string16& new_contents); |
- virtual bool HandleKeystroke(views::Textfield* sender, |
- const views::Textfield::Keystroke& keystroke); |
+ virtual bool HandleKeyEvent(views::Textfield* sender, |
+ const views::KeyEvent& keystroke); |
// views::Combobox::Listener methods: |
virtual void ItemChanged(views::Combobox* combo_box, |