| 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();
|
| }
|
|
|
|
|