| 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 c430d91e9ad2868e7ecd04d1cb86758ad433203d..3f21a618ae5a0068ef3948f75c48ca91579f4996 100644
|
| --- a/ash/display/window_tree_host_manager.cc
|
| +++ b/ash/display/window_tree_host_manager.cc
|
| @@ -834,7 +834,7 @@ void WindowTreeHostManager::PostDisplayConfigurationChange(
|
| }
|
|
|
| #if defined(OS_CHROMEOS)
|
| -ui::DisplayConfigurator* WindowTreeHostManager::display_configurator() {
|
| +display::DisplayConfigurator* WindowTreeHostManager::display_configurator() {
|
| return Shell::GetInstance()->display_configurator();
|
| }
|
| #endif
|
|
|