| Index: ash/system/status_area_widget_delegate.h
|
| diff --git a/ash/system/status_area_widget_delegate.h b/ash/system/status_area_widget_delegate.h
|
| index 893c520e03c11a0f38c31f0405d3ee020fbe04e3..82dd1b0989beabab5fd7c0682b111a1b92cb4a84 100644
|
| --- a/ash/system/status_area_widget_delegate.h
|
| +++ b/ash/system/status_area_widget_delegate.h
|
| @@ -14,13 +14,13 @@
|
|
|
| namespace ash {
|
| class FocusCycler;
|
| -class WmShelf;
|
| +class Shelf;
|
|
|
| // The View for the status area widget.
|
| class ASH_EXPORT StatusAreaWidgetDelegate : public views::AccessiblePaneView,
|
| public views::WidgetDelegate {
|
| public:
|
| - explicit StatusAreaWidgetDelegate(WmShelf* wm_shelf);
|
| + explicit StatusAreaWidgetDelegate(Shelf* shelf);
|
| ~StatusAreaWidgetDelegate() override;
|
|
|
| // Returns status area widget delegate from primary system tray if exists,
|
| @@ -72,7 +72,7 @@ class ASH_EXPORT StatusAreaWidgetDelegate : public views::AccessiblePaneView,
|
| // screen.
|
| void SetBorderOnChild(views::View* child, bool extend_border_to_edge);
|
|
|
| - WmShelf* const wm_shelf_;
|
| + Shelf* const shelf_;
|
| const FocusCycler* focus_cycler_for_testing_;
|
|
|
| // When true, the default focus of the status area widget is the last
|
|
|