Chromium Code Reviews| Index: ash/system/tray/actionable_view.cc |
| diff --git a/ash/system/tray/actionable_view.cc b/ash/system/tray/actionable_view.cc |
| index 169b46da808d70f7b6f6416b18edfd963ae5f433..261cefd30a1900248ac10007fddcdca8dbf9d41c 100644 |
| --- a/ash/system/tray/actionable_view.cc |
| +++ b/ash/system/tray/actionable_view.cc |
| @@ -16,7 +16,7 @@ const char ActionableView::kViewClassName[] = "tray/ActionableView"; |
| ActionableView::ActionableView() |
| : has_capture_(false) { |
| - set_focusable(true); |
| + SetFocusable(true); |
| } |
| ActionableView::~ActionableView() { |