| Index: ash/system/tray/system_tray.h
|
| diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
|
| index ce8408fe8d972ece4a99be140ddddb71e30b0ea4..411f40dff68bd86a0a1ffc19ba445d8efe79fccd 100644
|
| --- a/ash/system/tray/system_tray.h
|
| +++ b/ash/system/tray/system_tray.h
|
| @@ -46,7 +46,7 @@ enum BubbleCreationType {
|
| class ASH_EXPORT SystemTray : public TrayBackgroundView,
|
| public views::TrayBubbleView::Delegate {
|
| public:
|
| - explicit SystemTray(WmShelf* wm_shelf);
|
| + explicit SystemTray(Shelf* shelf);
|
| ~SystemTray() override;
|
|
|
| TrayUpdate* tray_update() { return tray_update_; }
|
|
|