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 f863f442daad853d9bffe528bbd451b1221fd7e2..a78557acb9424354377955f8b14cc0bc43356dd0 100644 |
--- a/ash/system/overview/overview_button_tray.h |
+++ b/ash/system/overview/overview_button_tray.h |
@@ -48,7 +48,7 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView, |
bool ClickedOutsideBubble() override; |
base::string16 GetAccessibleNameForTray() override; |
void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override; |
- void SetShelfAlignment(ShelfAlignment alignment) override; |
+ void SetShelfAlignment(wm::ShelfAlignment alignment) override; |
private: |
friend class OverviewButtonTrayTest; |