| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 4f0b8cb28ffc8e964c964327483bd9ee650f32f6..a7ebe184ca436ca9ed1d76f19c7519a031c46e45 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -126,7 +126,7 @@
|
| #include "ash/display/projecting_observer_chromeos.h"
|
| #include "base/message_loop/message_pump_x11.h"
|
| #include "base/sys_info.h"
|
| -#include "chromeos/display/output_configurator.h"
|
| +#include "ui/display/chromeos/output_configurator.h"
|
| #endif // defined(USE_X11)
|
| #include "ash/display/resolution_notification_controller.h"
|
| #include "ash/sticky_keys/sticky_keys_controller.h"
|
| @@ -602,7 +602,7 @@ Shell::Shell(ShellDelegate* delegate)
|
| window_positioner_(new WindowPositioner),
|
| activation_client_(NULL),
|
| #if defined(OS_CHROMEOS) && defined(USE_X11)
|
| - output_configurator_(new chromeos::OutputConfigurator()),
|
| + output_configurator_(new ui::OutputConfigurator()),
|
| #endif // defined(OS_CHROMEOS) && defined(USE_X11)
|
| native_cursor_manager_(new AshNativeCursorManager),
|
| cursor_manager_(scoped_ptr<views::corewm::NativeCursorManager>(
|
|
|