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

Unified Diff: ash/display/window_tree_host_manager.cc

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.h ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/window_tree_host_manager.cc
diff --git a/ash/display/window_tree_host_manager.cc b/ash/display/window_tree_host_manager.cc
index 0afc2f85e2eb6f4e5308f2cef21bfa18c5488976..c1f7015dead18d1bf57c80448da23b719109c7c0 100644
--- a/ash/display/window_tree_host_manager.cc
+++ b/ash/display/window_tree_host_manager.cc
@@ -828,7 +828,7 @@ void WindowTreeHostManager::PostDisplayConfigurationChange(
#endif
}
-ui::DisplayConfigurator* WindowTreeHostManager::display_configurator() {
+display::DisplayConfigurator* WindowTreeHostManager::display_configurator() {
return Shell::GetInstance()->display_configurator();
}
« no previous file with comments | « ash/display/window_tree_host_manager.h ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698