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

Unified Diff: ash/display/projecting_observer_chromeos.h

Issue 192483007: Move chromeos/display/* to ui/display/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include display.gyp into ChromeOS builds only Created 6 years, 9 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 45aca74c264d3f7905fe0c4c896b064df7ddcde6..64980ec6563a4de20656ef86200e791272919d8d 100644
--- a/ash/display/projecting_observer_chromeos.h
+++ b/ash/display/projecting_observer_chromeos.h
@@ -6,14 +6,13 @@
#define ASH_DISPLAY_PROJECTING_OBSERVER_CHROMEOS_H_
#include "ash/ash_export.h"
-#include "chromeos/display/output_configurator.h"
+#include "ui/display/chromeos/output_configurator.h"
namespace ash {
namespace internal {
-class ASH_EXPORT ProjectingObserver
- : public chromeos::OutputConfigurator::Observer {
+class ASH_EXPORT ProjectingObserver : public ui::OutputConfigurator::Observer {
public:
ProjectingObserver();
virtual ~ProjectingObserver();
@@ -23,7 +22,7 @@ class ASH_EXPORT ProjectingObserver
// OutputConfigurator::Observer implementation:
virtual void OnDisplayModeChanged(const std::vector<
- chromeos::OutputConfigurator::OutputSnapshot>& outputs) OVERRIDE;
+ ui::OutputConfigurator::OutputSnapshot>& 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