| Index: ui/views/controls/webview/webview.h
|
| ===================================================================
|
| --- ui/views/controls/webview/webview.h (revision 150588)
|
| +++ ui/views/controls/webview/webview.h (working copy)
|
| @@ -83,7 +83,7 @@
|
| View* parent,
|
| View* child) OVERRIDE;
|
| virtual bool SkipDefaultKeyEventProcessing(
|
| - const views::KeyEvent& event) OVERRIDE;
|
| + const ui::KeyEvent& event) OVERRIDE;
|
| virtual bool IsFocusable() const OVERRIDE;
|
| virtual void OnFocus() OVERRIDE;
|
| virtual void AboutToRequestFocusFromTabTraversal(bool reverse) OVERRIDE;
|
|
|