Index: ui/views/window/custom_frame_view.h |
=================================================================== |
--- ui/views/window/custom_frame_view.h (revision 151055) |
+++ ui/views/window/custom_frame_view.h (working copy) |
@@ -53,7 +53,7 @@ |
virtual gfx::Size GetPreferredSize() OVERRIDE; |
// Overridden from ButtonListener: |
- virtual void ButtonPressed(Button* sender, const Event& event) OVERRIDE; |
+ virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE; |
private: |
// Returns the thickness of the border that makes up the window frame edges. |