| Index: ash/shell/bubble.cc
|
| diff --git a/ash/shell/bubble.cc b/ash/shell/bubble.cc
|
| index cc8dc799be4841c1c2a5a8e5911a79c65429eb81..00e80e6792a822ede901abbea370f9fa954c5367 100644
|
| --- a/ash/shell/bubble.cc
|
| +++ b/ash/shell/bubble.cc
|
| @@ -24,7 +24,7 @@ class ExampleBubbleDelegateView : public views::BubbleDelegateView {
|
| : BubbleDelegateView(config.anchor_view, config.arrow),
|
| label_(config.label) {}
|
|
|
| - virtual void Init() OVERRIDE {
|
| + virtual void Init() override {
|
| SetLayoutManager(new views::FillLayout());
|
| views::Label* label = new views::Label(label_);
|
| AddChildView(label);
|
|
|