| Index: ash/system/palette/palette_tray.h
|
| diff --git a/ash/system/palette/palette_tray.h b/ash/system/palette/palette_tray.h
|
| index 5683eae7599626b233a33ec1fb28fcd68f32efef..b700936ff962e5ab92a5dc33fbcd05355db42d9b 100644
|
| --- a/ash/system/palette/palette_tray.h
|
| +++ b/ash/system/palette/palette_tray.h
|
| @@ -42,7 +42,7 @@ class ASH_EXPORT PaletteTray : public TrayBackgroundView,
|
| public ui::InputDeviceEventObserver,
|
| public views::TrayBubbleView::Delegate {
|
| public:
|
| - explicit PaletteTray(WmShelf* wm_shelf);
|
| + explicit PaletteTray(Shelf* shelf);
|
| ~PaletteTray() override;
|
|
|
| // ActionableView:
|
|
|