| Index: chrome/browser/ui/views/dropdown_bar_host.h
|
| diff --git a/chrome/browser/ui/views/dropdown_bar_host.h b/chrome/browser/ui/views/dropdown_bar_host.h
|
| index 71b0bf3c5341fd609ae61241f455b9056e270101..65e4bdf3e90f8d89ba1da7fbe880ba81117ae861 100644
|
| --- a/chrome/browser/ui/views/dropdown_bar_host.h
|
| +++ b/chrome/browser/ui/views/dropdown_bar_host.h
|
| @@ -142,7 +142,7 @@ class DropdownBarHost : public views::AcceleratorTarget,
|
| // Returns a keyboard event suitable for forwarding.
|
| NativeWebKeyboardEvent GetKeyboardEvent(
|
| const TabContents* contents,
|
| - const views::Textfield::Keystroke& key_stroke);
|
| + const views::KeyEvent& key_event);
|
|
|
| // Returns the animation for the dropdown.
|
| SlideAnimation* animation() {
|
|
|