| Index: chrome/browser/ui/views/location_bar/star_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/star_view.h b/chrome/browser/ui/views/location_bar/star_view.h
|
| index 678533696c2b427d37cd919a208a36c7d1de7ecb..ddd0cce8819edfb868c3080dde56706bf3103414 100644
|
| --- a/chrome/browser/ui/views/location_bar/star_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/star_view.h
|
| @@ -28,12 +28,11 @@ class StarView : public views::ImageView, public InfoBubbleDelegate {
|
| private:
|
| // views::ImageView overrides:
|
| virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
|
| - virtual bool GetTooltipText(const gfx::Point& p, std::wstring* tooltip)
|
| - OVERRIDE;
|
| + virtual bool GetTooltipText(const gfx::Point& p,
|
| + std::wstring* tooltip) OVERRIDE;
|
| virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
|
| - virtual void OnMouseReleased(const views::MouseEvent& event, bool canceled)
|
| - OVERRIDE;
|
| - virtual bool OnKeyPressed(const views::KeyEvent& e) OVERRIDE;
|
| + virtual void OnMouseReleased(const views::MouseEvent& event) OVERRIDE;
|
| + virtual bool OnKeyPressed(const views::KeyEvent& event) OVERRIDE;
|
|
|
| // InfoBubbleDelegate overrides:
|
| virtual void InfoBubbleClosing(InfoBubble* info_bubble,
|
|
|