| Index: ui/views/window/dialog_client_view.h
|
| diff --git a/ui/views/window/dialog_client_view.h b/ui/views/window/dialog_client_view.h
|
| index 093815be41e89e7a322dfdccd79d3b705c00f037..719eee4721340972d7452807b0e6f8a6493e69a5 100644
|
| --- a/ui/views/window/dialog_client_view.h
|
| +++ b/ui/views/window/dialog_client_view.h
|
| @@ -89,7 +89,7 @@ class VIEWS_EXPORT DialogClientView : public ClientView,
|
| virtual void ViewHierarchyChanged(bool is_add, View* parent,
|
| View* child) OVERRIDE;
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| - virtual bool AcceleratorPressed(const Accelerator& accelerator) OVERRIDE;
|
| + virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE;
|
|
|
| // ButtonListener implementation:
|
| virtual void ButtonPressed(Button* sender,
|
|
|