| Index: ui/views/widget/root_view.h
|
| diff --git a/ui/views/widget/root_view.h b/ui/views/widget/root_view.h
|
| index 59ac1333c08c2068aba40ca476022d48e79c6137..6838a65c6912d4b1ae6be8e47e1b23ec4fc37b96 100644
|
| --- a/ui/views/widget/root_view.h
|
| +++ b/ui/views/widget/root_view.h
|
| @@ -26,7 +26,7 @@ class RootView : public View,
|
| virtual ~RootView();
|
|
|
| // Overridden from View:
|
| - virtual void OnViewRemoved(View* parent, View* child) OVERRIDE;
|
| + virtual void OnViewRemoved(const View& parent, const View& child) OVERRIDE;
|
| virtual bool OnKeyPressed(const KeyEvent& event) OVERRIDE;
|
| virtual bool OnKeyReleased(const KeyEvent& event) OVERRIDE;
|
| virtual bool OnMouseWheel(const MouseWheelEvent& event) OVERRIDE;
|
|
|