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

Unified Diff: ash/display/projecting_observer_chromeos.h

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/display/output_configurator_animation.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 d038b6d892f0a971b96cb1a5d1fac32b5eae2a81..be41cbb4e1d70b5491b472339681ae9c5a538572 100644
--- a/ash/display/projecting_observer_chromeos.h
+++ b/ash/display/projecting_observer_chromeos.h
@@ -6,11 +6,11 @@
#define ASH_DISPLAY_PROJECTING_OBSERVER_CHROMEOS_H_
#include "ash/ash_export.h"
-#include "ui/display/chromeos/output_configurator.h"
+#include "ui/display/chromeos/display_configurator.h"
namespace ash {
-class ASH_EXPORT ProjectingObserver : public ui::OutputConfigurator::Observer {
+class ASH_EXPORT ProjectingObserver : public ui::DisplayConfigurator::Observer {
public:
ProjectingObserver();
virtual ~ProjectingObserver();
@@ -18,9 +18,9 @@ class ASH_EXPORT ProjectingObserver : public ui::OutputConfigurator::Observer {
// Called when a casting session is started or stopped.
void OnCastingSessionStartedOrStopped(bool started);
- // OutputConfigurator::Observer implementation:
+ // DisplayConfigurator::Observer implementation:
virtual void OnDisplayModeChanged(
- const ui::OutputConfigurator::DisplayStateList& outputs) OVERRIDE;
+ const ui::DisplayConfigurator::DisplayStateList& outputs) OVERRIDE;
private:
// Sends the current projecting state to power manager.
« no previous file with comments | « ash/display/output_configurator_animation.cc ('k') | ash/display/projecting_observer_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698