Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: chrome/browser/chromeos/dbus/display_power_service_provider.cc

Issue 226183004: Renamed OutputConfigurator to DisplayConfigurator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/power_button_controller.cc ('k') | chrome/browser/chromeos/display/display_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
}
« no previous file with comments | « ash/wm/power_button_controller.cc ('k') | chrome/browser/chromeos/display/display_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698