| 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..64980ec6563a4de20656ef86200e791272919d8d 100644
|
| --- a/ash/display/projecting_observer_chromeos.h
|
| +++ b/ash/display/projecting_observer_chromeos.h
|
| @@ -6,14 +6,13 @@
|
| #define ASH_DISPLAY_PROJECTING_OBSERVER_CHROMEOS_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "chromeos/display/output_configurator.h"
|
| +#include "ui/display/chromeos/output_configurator.h"
|
|
|
| namespace ash {
|
|
|
| namespace internal {
|
|
|
| -class ASH_EXPORT ProjectingObserver
|
| - : public chromeos::OutputConfigurator::Observer {
|
| +class ASH_EXPORT ProjectingObserver : public ui::OutputConfigurator::Observer {
|
| public:
|
| ProjectingObserver();
|
| virtual ~ProjectingObserver();
|
| @@ -23,7 +22,7 @@ class ASH_EXPORT ProjectingObserver
|
|
|
| // OutputConfigurator::Observer implementation:
|
| virtual void OnDisplayModeChanged(const std::vector<
|
| - chromeos::OutputConfigurator::OutputSnapshot>& outputs) OVERRIDE;
|
| + ui::OutputConfigurator::OutputSnapshot>& outputs) OVERRIDE;
|
|
|
| private:
|
| // Sends the current projecting state to power manager.
|
|
|