| Index: ash/common/system/chromeos/session/logout_button_tray.h
|
| diff --git a/ash/common/system/chromeos/session/logout_button_tray.h b/ash/common/system/chromeos/session/logout_button_tray.h
|
| index abf5041435edf2d39998faa2eac3c39c6c58f366..4c081570b9e841fc457a9e403c6a31dd3c474d7e 100644
|
| --- a/ash/common/system/chromeos/session/logout_button_tray.h
|
| +++ b/ash/common/system/chromeos/session/logout_button_tray.h
|
| @@ -18,6 +18,7 @@ class LabelButton;
|
| }
|
|
|
| namespace ash {
|
| +class ViewObserver;
|
|
|
| // Adds a logout button to the launcher's status area if enabled by the
|
| // kShowLogoutButtonInTray pref.
|
| @@ -25,7 +26,7 @@ class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView,
|
| public LogoutButtonObserver,
|
| public views::ButtonListener {
|
| public:
|
| - explicit LogoutButtonTray(WmShelf* wm_shelf);
|
| + explicit LogoutButtonTray(WmShelf* wm_shelf, ViewObserver* view_observer);
|
| ~LogoutButtonTray() override;
|
|
|
| // TrayBackgroundView:
|
|
|