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

Unified Diff: ash/display/projecting_observer_chromeos.h

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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/display/display_manager_unittest.cc ('k') | ash/display/projecting_observer_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/projecting_observer_chromeos.h
diff --git a/ash/display/projecting_observer_chromeos.h b/ash/display/projecting_observer_chromeos.h
index 86f21771d14512a89ef44cd4437c26d62c838b75..f7c46bf846a67af1408580a1fd758db9b866655f 100644
--- a/ash/display/projecting_observer_chromeos.h
+++ b/ash/display/projecting_observer_chromeos.h
@@ -16,8 +16,9 @@ class PowerManagerClient;
namespace ash {
-class ASH_EXPORT ProjectingObserver : public ui::DisplayConfigurator::Observer,
- public ShellObserver {
+class ASH_EXPORT ProjectingObserver
+ : public display::DisplayConfigurator::Observer,
+ public ShellObserver {
public:
// |power_manager_client| must outlive this object.
explicit ProjectingObserver(
@@ -26,7 +27,7 @@ class ASH_EXPORT ProjectingObserver : public ui::DisplayConfigurator::Observer,
// DisplayConfigurator::Observer implementation:
void OnDisplayModeChanged(
- const ui::DisplayConfigurator::DisplayStateList& outputs) override;
+ const display::DisplayConfigurator::DisplayStateList& outputs) override;
// ash::ShellObserver implementation:
void OnCastingSessionStartedOrStopped(bool started) override;
« no previous file with comments | « ash/display/display_manager_unittest.cc ('k') | ash/display/projecting_observer_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698