Chromium Code Reviews| Index: ash/common/system/tray/tray_item_more.cc |
| diff --git a/ash/common/system/tray/tray_item_more.cc b/ash/common/system/tray/tray_item_more.cc |
| index 4f3a4259d55109ad089fb3169628d811756ae8b0..908dd4c985cb3b286aa75395abefd0733374b020 100644 |
| --- a/ash/common/system/tray/tray_item_more.cc |
| +++ b/ash/common/system/tray/tray_item_more.cc |
| @@ -22,7 +22,7 @@ |
| namespace ash { |
| TrayItemMore::TrayItemMore(SystemTrayItem* owner, bool show_more) |
| - : owner_(owner), |
| + : ActionableView(owner), |
| show_more_(show_more), |
| icon_(nullptr), |
| label_(nullptr), |