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

Unified Diff: ash/display/display_error_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/display_controller.cc ('k') | ash/display/display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_error_observer_chromeos.h
diff --git a/ash/display/display_error_observer_chromeos.h b/ash/display/display_error_observer_chromeos.h
index c9561a42f4cf0f2284058270a931577283a66639..cca2e0afdd67a95e4abb788e33c71cf1170399bb 100644
--- a/ash/display/display_error_observer_chromeos.h
+++ b/ash/display/display_error_observer_chromeos.h
@@ -8,7 +8,7 @@
#include "ash/ash_export.h"
#include "base/compiler_specific.h"
#include "base/strings/string16.h"
-#include "chromeos/display/output_configurator.h"
+#include "ui/display/chromeos/output_configurator.h"
namespace ash {
namespace internal {
@@ -16,12 +16,12 @@ namespace internal {
// The class to observe the output failures and shows the error dialog when
// necessary.
class ASH_EXPORT DisplayErrorObserver
- : public chromeos::OutputConfigurator::Observer {
+ : public ui::OutputConfigurator::Observer {
public:
DisplayErrorObserver();
virtual ~DisplayErrorObserver();
- // chromeos::OutputConfigurator::Observer overrides:
+ // ui::OutputConfigurator::Observer overrides:
virtual void OnDisplayModeChangeFailed(ui::OutputState failed_new_state)
OVERRIDE;
« no previous file with comments | « ash/display/display_controller.cc ('k') | ash/display/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698