| Index: ash/system/lock_screen_action/lock_screen_action_tray.h
|
| diff --git a/ash/system/lock_screen_action/lock_screen_action_tray.h b/ash/system/lock_screen_action/lock_screen_action_tray.h
|
| index a0226af3e428ce4fe41baad27fcb28fee18acdd9..857ecb8b4639a216fe57c36505a6e30256d31a07 100644
|
| --- a/ash/system/lock_screen_action/lock_screen_action_tray.h
|
| +++ b/ash/system/lock_screen_action/lock_screen_action_tray.h
|
| @@ -37,7 +37,7 @@ class ASH_EXPORT LockScreenActionTray : public TrayBackgroundView,
|
| public SessionObserver,
|
| public TrayActionObserver {
|
| public:
|
| - explicit LockScreenActionTray(WmShelf* wm_shelf);
|
| + explicit LockScreenActionTray(Shelf* shelf);
|
| ~LockScreenActionTray() override;
|
|
|
| // TrayBackgroundView:
|
|
|