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 81b9e2453cce11a8b1c78ba96bd27d4369a4c866..681c08b58edc621c2402787500963048d5788abd 100644 |
| --- a/ash/common/system/tray/tray_item_more.cc |
| +++ b/ash/common/system/tray/tray_item_more.cc |
| @@ -23,7 +23,7 @@ |
| namespace ash { |
| TrayItemMore::TrayItemMore(SystemTrayItem* owner, bool show_more) |
| - : owner_(owner), |
| + : ActionableView(owner), |
| show_more_(show_more), |
| icon_(nullptr), |
| label_(nullptr), |