summaryrefslogtreecommitdiffstats
path: root/ash/system/tray/actionable_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/tray/actionable_view.cc')
-rw-r--r--ash/system/tray/actionable_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/tray/actionable_view.cc b/ash/system/tray/actionable_view.cc
index 169b46d..261cefd 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() {