| Index: ash/system/status_area_widget.cc
|
| diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
|
| index 1cdc306325a52dcdb7c987d63469968c46ba4681..3a0c7405ebe024024414380fe0b3e39d179bb4d8 100644
|
| --- a/ash/system/status_area_widget.cc
|
| +++ b/ash/system/status_area_widget.cc
|
| @@ -49,8 +49,7 @@ StatusAreaWidget::StatusAreaWidget(WmWindow* status_container,
|
| SetContentsView(status_area_widget_delegate_);
|
| }
|
|
|
| -StatusAreaWidget::~StatusAreaWidget() {
|
| -}
|
| +StatusAreaWidget::~StatusAreaWidget() {}
|
|
|
| void StatusAreaWidget::CreateTrayViews() {
|
| AddOverviewButtonTray();
|
|
|