| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/location_bar_view.h (revision 150588)
|
| +++ chrome/browser/ui/views/location_bar/location_bar_view.h (working copy)
|
| @@ -291,8 +291,8 @@
|
|
|
| // Overridden from views::View:
|
| virtual std::string GetClassName() const OVERRIDE;
|
| - virtual bool SkipDefaultKeyEventProcessing(const views::KeyEvent& event)
|
| - OVERRIDE;
|
| + virtual bool SkipDefaultKeyEventProcessing(
|
| + const ui::KeyEvent& event) OVERRIDE;
|
| virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
|
| virtual bool HasFocus() const OVERRIDE;
|
|
|
|
|