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..6e6e9050f254690114d639ffa18082cbee778b93 100644 |
--- a/ash/system/chromeos/session/logout_button_tray.h |
+++ b/ash/system/chromeos/session/logout_button_tray.h |
@@ -31,7 +31,7 @@ class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView, |
~LogoutButtonTray() override; |
// TrayBackgroundView: |
- void SetShelfAlignment(ShelfAlignment alignment) override; |
+ void SetShelfAlignment(wm::ShelfAlignment alignment) override; |
base::string16 GetAccessibleNameForTray() override; |
void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override; |
bool ClickedOutsideBubble() override; |