| 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 792a8c30b5713f26fa686e1d64a77d849679078a..74a8653bf55e8ae4729ef47269548dd8b1502285 100644
|
| --- a/ash/system/overview/overview_button_tray.h
|
| +++ b/ash/system/overview/overview_button_tray.h
|
| @@ -48,7 +48,8 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
|
| void ClickedOutsideBubble() override;
|
| base::string16 GetAccessibleNameForTray() override;
|
| void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
|
| - void SetShelfAlignment(ShelfAlignment alignment) override;
|
| + void SetShelfAlignment(ShelfAlignment alignment,
|
| + const gfx::Insets& insets) override;
|
|
|
| private:
|
| friend class OverviewButtonTrayTest;
|
|
|