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 5de4b3dfe63005e99d21f794c3573f0b4635b56c..e5a5e1dcb7fa69c43e10ae1dab763b82b13e31af 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, |
void ClickedOutsideBubble() override; |
base::string16 GetAccessibleNameForTray() override; |
void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override; |
- void SetShelfAlignment(wm::ShelfAlignment alignment) override; |
+ void SetShelfAlignment(ShelfAlignment alignment) override; |
private: |
friend class OverviewButtonTrayTest; |