| Index: ash/popup_message.cc
|
| diff --git a/ash/popup_message.cc b/ash/popup_message.cc
|
| index 4696e812961aa43027d3380492ca2a556a60db5a..14aad63542bb9583766de9a9fd4f32a4bf41fbe7 100644
|
| --- a/ash/popup_message.cc
|
| +++ b/ash/popup_message.cc
|
| @@ -54,7 +54,7 @@ class PopupMessage::MessageBubble : public views::BubbleDelegateView {
|
|
|
| private:
|
| // views::View overrides:
|
| - virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
| + virtual gfx::Size GetPreferredSize() const override;
|
|
|
| // Each component (width/height) can force a size override for that component
|
| // if not 0.
|
|
|