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..ac66463446cdd12602cd5dee612e27811f76f6b4 100644 |
--- a/ash/common/system/chromeos/session/logout_button_tray.h |
+++ b/ash/common/system/chromeos/session/logout_button_tray.h |
@@ -29,7 +29,8 @@ class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView, |
~LogoutButtonTray() override; |
// TrayBackgroundView: |
- void SetShelfAlignment(ShelfAlignment alignment) override; |
+ void SetShelfAlignment(ShelfAlignment alignment, |
+ const gfx::Insets& insets) override; |
base::string16 GetAccessibleNameForTray() override; |
void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override; |
void ClickedOutsideBubble() override; |