Chromium Code Reviews| Index: ui/views/window/dialog_client_view.h |
| =================================================================== |
| --- ui/views/window/dialog_client_view.h (revision 151055) |
| +++ ui/views/window/dialog_client_view.h (working copy) |
| @@ -87,7 +87,7 @@ |
| // ButtonListener implementation: |
| virtual void ButtonPressed(Button* sender, |
| - const views::Event& event) OVERRIDE; |
| + const ui::Event& event) OVERRIDE; |
| private: |
| // Paint the size box in the bottom right corner of the window if it is |