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

Unified Diff: ash/shell.h

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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/window_tree_host_manager.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index f1db84e7650426c19b292587b1950ca02088e9d1..39d23407f11c8bd63c3b98aa468ffae9442c929e 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -38,6 +38,7 @@ class AudioA11yController;
namespace display {
class DisplayChangeObserver;
+class DisplayConfigurator;
class DisplayManager;
}
@@ -46,10 +47,10 @@ class Insets;
}
namespace ui {
-class DisplayConfigurator;
class UserActivityDetector;
class UserActivityPowerManagerNotifier;
}
+
namespace views {
class NonClientFrameView;
class Widget;
@@ -329,7 +330,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
#if defined(OS_CHROMEOS)
// TODO(oshima): Move these objects to WindowTreeHostManager.
- ui::DisplayConfigurator* display_configurator() {
+ display::DisplayConfigurator* display_configurator() {
return display_configurator_.get();
}
DisplayErrorObserver* display_error_observer() {
@@ -494,7 +495,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
std::unique_ptr<VirtualKeyboardController> virtual_keyboard_controller_;
std::unique_ptr<chromeos::AudioA11yController> audio_a11y_controller_;
// Controls video output device state.
- std::unique_ptr<ui::DisplayConfigurator> display_configurator_;
+ std::unique_ptr<display::DisplayConfigurator> display_configurator_;
std::unique_ptr<DisplayColorManager> display_color_manager_;
std::unique_ptr<DisplayErrorObserver> display_error_observer_;
std::unique_ptr<ProjectingObserver> projecting_observer_;
« no previous file with comments | « ash/display/window_tree_host_manager.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698