| Index: ash/touch/touch_observer_hud.h
|
| diff --git a/ash/touch/touch_observer_hud.h b/ash/touch/touch_observer_hud.h
|
| index efa31bdfd5d4509a691aebbc699bc00cd455f185..4e77390a48c923456e6050b5274c7661a73fc496 100644
|
| --- a/ash/touch/touch_observer_hud.h
|
| +++ b/ash/touch/touch_observer_hud.h
|
| @@ -66,8 +66,8 @@ class ASH_EXPORT TouchObserverHUD : public ui::EventHandler,
|
|
|
| #if defined(OS_CHROMEOS)
|
| // 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 // defined(OS_CHROMEOS)
|
|
|
| // Overriden form DisplayController::Observer.
|
|
|