| Index: ash/system/tray/system_tray_item.cc
|
| diff --git a/ash/system/tray/system_tray_item.cc b/ash/system/tray/system_tray_item.cc
|
| index 6eb03a1fabd46559b555a4ad8092a807579f0793..3349f2381b2e8fe786a9bdfa4ff6b60d7cef57dd 100644
|
| --- a/ash/system/tray/system_tray_item.cc
|
| +++ b/ash/system/tray/system_tray_item.cc
|
| @@ -54,8 +54,8 @@ void SystemTrayItem::TransitionDetailedView() {
|
| void SystemTrayItem::UpdateAfterLoginStatusChange(user::LoginStatus status) {
|
| }
|
|
|
| -void SystemTrayItem::UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) {
|
| -}
|
| +void SystemTrayItem::UpdateAfterShelfAlignmentChange(
|
| + wm::ShelfAlignment alignment) {}
|
|
|
| void SystemTrayItem::PopupDetailedView(int for_seconds, bool activate) {
|
| system_tray()->ShowDetailedView(
|
|
|