| Index: ash/system/status_area_widget.h
|
| diff --git a/ash/system/status_area_widget.h b/ash/system/status_area_widget.h
|
| index 8695ccd970db12c38f1e7e9a96ba4d7020b664f2..6e200026dcfbc981ce4b0ea4b5037ba4feac9443 100644
|
| --- a/ash/system/status_area_widget.h
|
| +++ b/ash/system/status_area_widget.h
|
| @@ -38,7 +38,7 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget {
|
| void Shutdown();
|
|
|
| // Update the alignment of the widget and tray views.
|
| - void SetShelfAlignment(ShelfAlignment alignment);
|
| + void SetShelfAlignment(wm::ShelfAlignment alignment);
|
|
|
| // Set the visibility of system notifications.
|
| void SetHideSystemNotifications(bool hide);
|
|
|