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 6e6e9050f254690114d639ffa18082cbee778b93..7c70bd1ace52f7e145525f1e54ff824ead501616 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(wm::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; |