| Index: ash/wm/power_button_controller.h
|
| diff --git a/ash/wm/power_button_controller.h b/ash/wm/power_button_controller.h
|
| index 864abcc82956e38d80c126b0128926f136bf17d7..f2ab809a383cff6f5a7fcd92b95e22beec680b6c 100644
|
| --- a/ash/wm/power_button_controller.h
|
| +++ b/ash/wm/power_button_controller.h
|
| @@ -56,8 +56,8 @@ class ASH_EXPORT PowerButtonController
|
|
|
| #if defined(OS_CHROMEOS) && defined(USE_X11)
|
| // Overriden from ui::OutputConfigurator::Observer:
|
| - virtual void OnDisplayModeChanged(const std::vector<
|
| - ui::OutputConfigurator::OutputSnapshot>& outputs) OVERRIDE;
|
| + virtual void OnDisplayModeChanged(
|
| + const ui::OutputConfigurator::DisplayStateList& outputs) OVERRIDE;
|
| #endif
|
|
|
| private:
|
|
|