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