| Index: ash/system/tray/system_tray_item.h
|
| diff --git a/ash/system/tray/system_tray_item.h b/ash/system/tray/system_tray_item.h
|
| index 493a6db3f3ef409908efe7302c0cf1dc8f316cb9..f1bff8ce95f145384f2fb701cad3a90f74f51c27 100644
|
| --- a/ash/system/tray/system_tray_item.h
|
| +++ b/ash/system/tray/system_tray_item.h
|
| @@ -63,7 +63,7 @@ class ASH_EXPORT SystemTrayItem {
|
|
|
| // Updates the tray view (if applicable) when shelf's alignment changes.
|
| // The default implementation does nothing.
|
| - virtual void UpdateAfterShelfAlignmentChange(ShelfAlignment alignment);
|
| + virtual void UpdateAfterShelfAlignmentChange(wm::ShelfAlignment alignment);
|
|
|
| // Shows the detailed view for this item. If the main popup for the tray is
|
| // currently visible, then making this call would use the existing window to
|
|
|