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

Unified Diff: ash/wm/power_button_controller.h

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Fix missed references. Created 3 years, 12 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
Index: ash/wm/power_button_controller.h
diff --git a/ash/wm/power_button_controller.h b/ash/wm/power_button_controller.h
index 77fe50523365f4b2ac3305c56c138b9a559fe7ba..9f8dfef0557e6b1cf40fe4479ac88612e606a4e1 100644
--- a/ash/wm/power_button_controller.h
+++ b/ash/wm/power_button_controller.h
@@ -33,7 +33,7 @@ class ASH_EXPORT PowerButtonController
// cross-platform.
#if defined(OS_CHROMEOS)
,
- public ui::DisplayConfigurator::Observer,
+ public display::DisplayConfigurator::Observer,
public chromeos::PowerManagerClient::Observer
#endif
{
@@ -56,9 +56,9 @@ class ASH_EXPORT PowerButtonController
void OnKeyEvent(ui::KeyEvent* event) override;
#if defined(OS_CHROMEOS)
- // Overriden from ui::DisplayConfigurator::Observer:
+ // Overriden from display::DisplayConfigurator::Observer:
void OnDisplayModeChanged(
- const ui::DisplayConfigurator::DisplayStateList& outputs) override;
+ const display::DisplayConfigurator::DisplayStateList& outputs) override;
// Overridden from chromeos::PowerManagerClient::Observer:
void PowerButtonEventReceived(bool down,

Powered by Google App Engine
This is Rietveld 408576698