| Index: ash/system/chromeos/session/logout_button_tray.h
|
| diff --git a/ash/system/chromeos/session/logout_button_tray.h b/ash/system/chromeos/session/logout_button_tray.h
|
| index 6e79801c5d073583218c36698ab40ce647e276a7..5294b250cf4abf0f6b69b9adf87adadb0cfc8509 100644
|
| --- a/ash/system/chromeos/session/logout_button_tray.h
|
| +++ b/ash/system/chromeos/session/logout_button_tray.h
|
| @@ -34,7 +34,7 @@ class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView,
|
| void SetShelfAlignment(ShelfAlignment alignment) override;
|
| base::string16 GetAccessibleNameForTray() override;
|
| void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
|
| - bool ClickedOutsideBubble() override;
|
| + void ClickedOutsideBubble() override;
|
|
|
| // LogoutButtonObserver:
|
| void OnShowLogoutButtonInTrayChanged(bool show) override;
|
|
|