| Index: ash/common/system/tray/actionable_view.cc
|
| diff --git a/ash/common/system/tray/actionable_view.cc b/ash/common/system/tray/actionable_view.cc
|
| index 0e7f9b3f33e625a38c1d339bd6aac30f4148b314..0bdbabef30c1bd109c52a3cf878fec1a5212cd83 100644
|
| --- a/ash/common/system/tray/actionable_view.cc
|
| +++ b/ash/common/system/tray/actionable_view.cc
|
| @@ -13,13 +13,11 @@ namespace ash {
|
| // static
|
| const char ActionableView::kViewClassName[] = "tray/ActionableView";
|
|
|
| -ActionableView::ActionableView()
|
| - : has_capture_(false) {
|
| +ActionableView::ActionableView() : has_capture_(false) {
|
| SetFocusBehavior(FocusBehavior::ALWAYS);
|
| }
|
|
|
| -ActionableView::~ActionableView() {
|
| -}
|
| +ActionableView::~ActionableView() {}
|
|
|
| void ActionableView::OnPaintFocus(gfx::Canvas* canvas) {
|
| gfx::Rect rect(GetFocusBounds());
|
|
|