| Index: chrome/browser/chromeos/options/vpn_config_view.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/options/vpn_config_view.h (revision 150588)
|
| +++ chrome/browser/chromeos/options/vpn_config_view.h (working copy)
|
| @@ -44,7 +44,7 @@
|
| virtual void ContentsChanged(views::Textfield* sender,
|
| const string16& new_contents) OVERRIDE;
|
| virtual bool HandleKeyEvent(views::Textfield* sender,
|
| - const views::KeyEvent& key_event) OVERRIDE;
|
| + const ui::KeyEvent& key_event) OVERRIDE;
|
|
|
| // views::ButtonListener:
|
| virtual void ButtonPressed(views::Button* sender,
|
|
|