| Index: ash/system/tiles/tiles_default_view.h
|
| diff --git a/ash/system/tiles/tiles_default_view.h b/ash/system/tiles/tiles_default_view.h
|
| index d3b1ff24538583774e5e4c91f12f7700f8e0b23f..41ddbef5599068a2945fbbd8c159e75aaa4aa44a 100644
|
| --- a/ash/system/tiles/tiles_default_view.h
|
| +++ b/ash/system/tiles/tiles_default_view.h
|
| @@ -15,6 +15,7 @@ class CustomButton;
|
| }
|
|
|
| namespace ash {
|
| +class SystemMenuButton;
|
| class SystemTrayItem;
|
|
|
| // The container view for the tiles in the bottom row of the system menu
|
| @@ -48,7 +49,7 @@ class ASH_EXPORT TilesDefaultView : public views::View,
|
| // which case the corresponding pointer will be null.
|
| views::CustomButton* settings_button_;
|
| views::CustomButton* help_button_;
|
| - views::CustomButton* night_light_button_;
|
| + SystemMenuButton* night_light_button_;
|
| views::CustomButton* lock_button_;
|
| views::CustomButton* power_button_;
|
|
|
|
|