| 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 7c70bd1ace52f7e145525f1e54ff824ead501616..5294b250cf4abf0f6b69b9adf87adadb0cfc8509 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(wm::ShelfAlignment alignment) override;
|
| + void SetShelfAlignment(ShelfAlignment alignment) override;
|
| base::string16 GetAccessibleNameForTray() override;
|
| void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
|
| void ClickedOutsideBubble() override;
|
|
|