| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index ee56b839348e74fb9cdb1794e0b3427e5908128f..09803574aebdcdbd347ee79f28063923dd515fb9 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -120,7 +120,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"
|
| @@ -598,7 +598,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>(
|
|
|