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

Unified Diff: ash/display/display_manager.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_error_observer_chromeos.h ('k') | ash/display/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_manager.h
diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
index 11b995558ea2235be241f2d01e5f716379fd81f1..fcbd7dd844fc21ceecf74a5d980a9943cd34af25 100644
--- a/ash/display/display_manager.h
+++ b/ash/display/display_manager.h
@@ -17,7 +17,7 @@
#include "ui/gfx/display.h"
#if defined(OS_CHROMEOS)
-#include "ui/display/chromeos/output_configurator.h"
+#include "ui/display/chromeos/display_configurator.h"
#endif
namespace gfx {
@@ -44,7 +44,7 @@ class SystemGestureEventFilterTest;
// TODO(oshima): Make this non internal.
class ASH_EXPORT DisplayManager
#if defined(OS_CHROMEOS)
- : public ui::OutputConfigurator::SoftwareMirroringController
+ : public ui::DisplayConfigurator::SoftwareMirroringController
#endif
{
public:
« no previous file with comments | « ash/display/display_error_observer_chromeos.h ('k') | ash/display/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698