| Index: chrome/browser/ui/views/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar_view.h
|
| index d8fb9146b17cc9676338844c9d22d80ecca85d92..c677c0d6956d5a586ac9ce2cf0ef814acd54dc9d 100644
|
| --- a/chrome/browser/ui/views/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar_view.h
|
| @@ -128,7 +128,7 @@ class ToolbarView : public views::AccessiblePaneView,
|
| virtual int OnPerformDrop(const views::DropTargetEvent& event) OVERRIDE;
|
| virtual void OnThemeChanged() OVERRIDE;
|
| virtual std::string GetClassName() const OVERRIDE;
|
| - virtual bool AcceleratorPressed(const views::Accelerator& acc) OVERRIDE;
|
| + virtual bool AcceleratorPressed(const ui::Accelerator& acc) OVERRIDE;
|
|
|
| // The apparent horizontal space between most items, and the vertical padding
|
| // above and below them.
|
|
|