Index: chrome/browser/ui/views/crypto_module_password_dialog_view.h |
=================================================================== |
--- chrome/browser/ui/views/crypto_module_password_dialog_view.h (revision 150588) |
+++ chrome/browser/ui/views/crypto_module_password_dialog_view.h (working copy) |
@@ -49,7 +49,7 @@ |
virtual void ContentsChanged(views::Textfield* sender, |
const string16& new_contents) OVERRIDE; |
virtual bool HandleKeyEvent(views::Textfield* sender, |
- const views::KeyEvent& keystroke) OVERRIDE; |
+ const ui::KeyEvent& keystroke) OVERRIDE; |
// Initialize views and layout. |
void Init(const std::string& server, |