| Index: chrome/browser/chromeos/dbus/display_power_service_provider.cc
|
| diff --git a/chrome/browser/chromeos/dbus/display_power_service_provider.cc b/chrome/browser/chromeos/dbus/display_power_service_provider.cc
|
| index 5eac05b9802f8322597926ff786c7bf2a4ef9d31..fb5dc2df1cbcfca9828409ca0a683918c7dcf5d8 100644
|
| --- a/chrome/browser/chromeos/dbus/display_power_service_provider.cc
|
| +++ b/chrome/browser/chromeos/dbus/display_power_service_provider.cc
|
| @@ -9,7 +9,7 @@
|
| #include "dbus/bus.h"
|
| #include "dbus/message.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
| -#include "ui/display/chromeos/output_configurator.h"
|
| +#include "ui/display/chromeos/display_configurator.h"
|
| #include "ui/wm/core/user_activity_detector.h"
|
|
|
| namespace chromeos {
|
| @@ -61,8 +61,8 @@ void DisplayPowerServiceProvider::SetDisplayPower(
|
| OnDisplayPowerChanging();
|
|
|
| DisplayPowerState state = static_cast<DisplayPowerState>(int_state);
|
| - ash::Shell::GetInstance()->output_configurator()->SetDisplayPower(
|
| - state, ui::OutputConfigurator::kSetDisplayPowerNoFlags);
|
| + ash::Shell::GetInstance()->display_configurator()->SetDisplayPower(
|
| + state, ui::DisplayConfigurator::kSetDisplayPowerNoFlags);
|
| } else {
|
| LOG(ERROR) << "Unable to parse " << kSetDisplayPower << " request";
|
| }
|
|
|