| Index: ash/common/system/tray/tray_bubble_wrapper.cc
|
| diff --git a/ash/common/system/tray/tray_bubble_wrapper.cc b/ash/common/system/tray/tray_bubble_wrapper.cc
|
| index 1e2993207d8d0c7704e236836bbce2fb033d203a..9d993aee75439f91a0807c2b436682ced004e7e0 100644
|
| --- a/ash/common/system/tray/tray_bubble_wrapper.cc
|
| +++ b/ash/common/system/tray/tray_bubble_wrapper.cc
|
| @@ -15,8 +15,7 @@ namespace ash {
|
|
|
| TrayBubbleWrapper::TrayBubbleWrapper(TrayBackgroundView* tray,
|
| views::TrayBubbleView* bubble_view)
|
| - : tray_(tray),
|
| - bubble_view_(bubble_view) {
|
| + : tray_(tray), bubble_view_(bubble_view) {
|
| bubble_widget_ = views::BubbleDialogDelegateView::CreateBubble(bubble_view_);
|
| bubble_widget_->AddObserver(this);
|
|
|
|
|