| Index: views/controls/message_box_view.h
|
| diff --git a/views/controls/message_box_view.h b/views/controls/message_box_view.h
|
| index 453f29ab07ddd6d33eee29e2296cc0af61ef45eb..5416b4b18d3abed0156f266a4e81528b837f61b0 100644
|
| --- a/views/controls/message_box_view.h
|
| +++ b/views/controls/message_box_view.h
|
| @@ -65,8 +65,7 @@ class VIEWS_EXPORT MessageBoxView : public View {
|
| views::View* parent,
|
| views::View* child) OVERRIDE;
|
| // Handles Ctrl-C and writes the message in the system clipboard.
|
| - virtual bool AcceleratorPressed(
|
| - const views::Accelerator& accelerator) OVERRIDE;
|
| + virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE;
|
|
|
| private:
|
| // Sets up the layout manager and initializes the prompt field. This should
|
|
|