Chromium Code Reviews| Index: ash/common/system/chromeos/palette/palette_tray.h |
| diff --git a/ash/common/system/chromeos/palette/palette_tray.h b/ash/common/system/chromeos/palette/palette_tray.h |
| index dcd387cffe49a9b222d434747f214f47bff24da3..241bf11ac2719564b207613834db4f772c90ff13 100644 |
| --- a/ash/common/system/chromeos/palette/palette_tray.h |
| +++ b/ash/common/system/chromeos/palette/palette_tray.h |
| @@ -24,6 +24,7 @@ namespace ash { |
| class TrayBubbleWrapper; |
| class PaletteToolManager; |
| +class WmShelfObserver; |
| // The PaletteTray shows the palette in the bottom area of the screen. This |
| // class also controls the lifetime for all of the tools available in the |
| @@ -34,7 +35,7 @@ class ASH_EXPORT PaletteTray : public TrayBackgroundView, |
| public PaletteToolManager::Delegate, |
| public views::TrayBubbleView::Delegate { |
| public: |
| - explicit PaletteTray(WmShelf* wm_shelf); |
| + explicit PaletteTray(WmShelf* wm_shelf, WmShelfObserver* wm_shelf_observer); |
|
James Cook
2016/08/09 00:25:17
ditto
yiyix
2016/08/11 01:23:18
Done.
|
| ~PaletteTray() override; |
| // ActionableView: |