| Index: ui/views/controls/message_box_view.h
|
| diff --git a/ui/views/controls/message_box_view.h b/ui/views/controls/message_box_view.h
|
| index b56b3d112438955d0b8bc4bc06211f5c1b5b01bd..912399559f460105be85bf8e801bf188ff66d853 100644
|
| --- a/ui/views/controls/message_box_view.h
|
| +++ b/ui/views/controls/message_box_view.h
|
| @@ -74,14 +74,14 @@ class VIEWS_EXPORT MessageBoxView : public View {
|
| void SetLink(const base::string16& text, LinkListener* listener);
|
|
|
| // View:
|
| - virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE;
|
| + virtual void GetAccessibleState(ui::AXViewState* state) override;
|
|
|
| protected:
|
| // View:
|
| virtual void ViewHierarchyChanged(
|
| - const ViewHierarchyChangedDetails& details) OVERRIDE;
|
| + const ViewHierarchyChangedDetails& details) override;
|
| // Handles Ctrl-C and writes the message in the system clipboard.
|
| - virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE;
|
| + virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
|
|
|
| private:
|
| // Sets up the layout manager and initializes the message labels and prompt
|
|
|