| Index: chrome/browser/ui/views/find_bar_host.h
|
| diff --git a/chrome/browser/ui/views/find_bar_host.h b/chrome/browser/ui/views/find_bar_host.h
|
| index beacf512ffe35bb6ee0f16bd43a2c94c9a7b4ee7..ee593d7595edfed22eca1ad9b7da23e00d5284a1 100644
|
| --- a/chrome/browser/ui/views/find_bar_host.h
|
| +++ b/chrome/browser/ui/views/find_bar_host.h
|
| @@ -64,8 +64,8 @@ class FindBarHost : public DropdownBarHost,
|
| virtual void RestoreSavedFocus();
|
| virtual FindBarTesting* GetFindBarTesting();
|
|
|
| - // Overridden from views::AcceleratorTarget in DropdownBarHost class:
|
| - virtual bool AcceleratorPressed(const views::Accelerator& accelerator);
|
| + // Overridden from ui::AcceleratorTarget in DropdownBarHost class:
|
| + virtual bool AcceleratorPressed(const ui::Accelerator& accelerator);
|
|
|
| // FindBarTesting implementation:
|
| virtual bool GetFindBarWindowInfo(gfx::Point* position,
|
|
|