| Index: chrome/browser/ui/views/browser_action_view.h
|
| diff --git a/chrome/browser/ui/views/browser_action_view.h b/chrome/browser/ui/views/browser_action_view.h
|
| index 528278d8b6917a0fbfca958fea3c72c04631fd51..2585c824007853a0c2809269835cb94ea886e516 100644
|
| --- a/chrome/browser/ui/views/browser_action_view.h
|
| +++ b/chrome/browser/ui/views/browser_action_view.h
|
| @@ -77,8 +77,8 @@ class BrowserActionView : public views::View {
|
| protected:
|
| // Overridden from views::View to paint the badge on top of children.
|
| virtual void PaintChildren(gfx::Canvas* canvas) OVERRIDE;
|
| - virtual void ViewHierarchyChanged(bool is_add,
|
| - View* parent,
|
| + virtual void ViewHierarchyChanged(bool is_add,
|
| + View* parent,
|
| View* child) OVERRIDE;
|
|
|
| private:
|
|
|