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

Unified Diff: ash/display/display_error_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/display_change_observer_chromeos_unittest.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 3ee0d1e3c85cd802f032487d44f5b770d69654e4..d49060b7642c3148dbc43ff67a0556efdd0cd4a5 100644
--- a/ash/display/display_error_observer_chromeos.h
+++ b/ash/display/display_error_observer_chromeos.h
@@ -8,19 +8,19 @@
#include "ash/ash_export.h"
#include "base/compiler_specific.h"
#include "base/strings/string16.h"
-#include "ui/display/chromeos/output_configurator.h"
+#include "ui/display/chromeos/display_configurator.h"
namespace ash {
// The class to observe the output failures and shows the error dialog when
// necessary.
class ASH_EXPORT DisplayErrorObserver
- : public ui::OutputConfigurator::Observer {
+ : public ui::DisplayConfigurator::Observer {
public:
DisplayErrorObserver();
virtual ~DisplayErrorObserver();
- // ui::OutputConfigurator::Observer overrides:
+ // ui::DisplayConfigurator::Observer overrides:
virtual void OnDisplayModeChangeFailed(ui::OutputState failed_new_state)
OVERRIDE;
« no previous file with comments | « ash/display/display_change_observer_chromeos_unittest.cc ('k') | ash/display/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698