Index: views/window/dialog_client_view.h |
diff --git a/views/window/dialog_client_view.h b/views/window/dialog_client_view.h |
index 928ce5772195e75ad329510d5edbc040e5c02f12..cbc09ac07bf61f3f6a8257d8e0d48eecf5437885 100644 |
--- a/views/window/dialog_client_view.h |
+++ b/views/window/dialog_client_view.h |
@@ -87,7 +87,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, |