| Index: ash/display/display_error_observer_chromeos.h
|
| diff --git a/ash/display/display_error_observer_chromeos.h b/ash/display/display_error_observer_chromeos.h
|
| index 3ee0d1e3c85cd802f032487d44f5b770d69654e4..d49060b7642c3148dbc43ff67a0556efdd0cd4a5 100644
|
| --- a/ash/display/display_error_observer_chromeos.h
|
| +++ b/ash/display/display_error_observer_chromeos.h
|
| @@ -8,19 +8,19 @@
|
| #include "ash/ash_export.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/strings/string16.h"
|
| -#include "ui/display/chromeos/output_configurator.h"
|
| +#include "ui/display/chromeos/display_configurator.h"
|
|
|
| namespace ash {
|
|
|
| // The class to observe the output failures and shows the error dialog when
|
| // necessary.
|
| class ASH_EXPORT DisplayErrorObserver
|
| - : public ui::OutputConfigurator::Observer {
|
| + : public ui::DisplayConfigurator::Observer {
|
| public:
|
| DisplayErrorObserver();
|
| virtual ~DisplayErrorObserver();
|
|
|
| - // ui::OutputConfigurator::Observer overrides:
|
| + // ui::DisplayConfigurator::Observer overrides:
|
| virtual void OnDisplayModeChangeFailed(ui::OutputState failed_new_state)
|
| OVERRIDE;
|
|
|
|
|