| Index: ash/system/overview/overview_button_tray.h
|
| diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h
|
| index a78557acb9424354377955f8b14cc0bc43356dd0..5de4b3dfe63005e99d21f794c3573f0b4635b56c 100644
|
| --- a/ash/system/overview/overview_button_tray.h
|
| +++ b/ash/system/overview/overview_button_tray.h
|
| @@ -45,7 +45,7 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
|
| void OnOverviewModeEnded() override;
|
|
|
| // TrayBackgroundView:
|
| - bool ClickedOutsideBubble() override;
|
| + void ClickedOutsideBubble() override;
|
| base::string16 GetAccessibleNameForTray() override;
|
| void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
|
| void SetShelfAlignment(wm::ShelfAlignment alignment) override;
|
|
|