| Index: ash/display/projecting_observer_chromeos.h
|
| diff --git a/ash/display/projecting_observer_chromeos.h b/ash/display/projecting_observer_chromeos.h
|
| index 45aca74c264d3f7905fe0c4c896b064df7ddcde6..2608337895074f4805135f8a0e7c6ffe1e9ce928 100644
|
| --- a/ash/display/projecting_observer_chromeos.h
|
| +++ b/ash/display/projecting_observer_chromeos.h
|
| @@ -22,8 +22,8 @@ class ASH_EXPORT ProjectingObserver
|
| void OnCastingSessionStartedOrStopped(bool started);
|
|
|
| // OutputConfigurator::Observer implementation:
|
| - virtual void OnDisplayModeChanged(const std::vector<
|
| - chromeos::OutputConfigurator::OutputSnapshot>& outputs) OVERRIDE;
|
| + virtual void OnDisplayModeChanged(
|
| + const chromeos::OutputConfigurator::DisplayStateList& outputs) OVERRIDE;
|
|
|
| private:
|
| // Sends the current projecting state to power manager.
|
|
|