| Index: ash/display/display_manager.h
|
| diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
|
| index a397c89ec9b1cd5786053c15bea232effba4546b..c17f73fe068a882c066d9d461aa3d87257191e9e 100644
|
| --- a/ash/display/display_manager.h
|
| +++ b/ash/display/display_manager.h
|
| @@ -17,7 +17,7 @@
|
| #include "ui/gfx/display.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| -#include "chromeos/display/output_configurator.h"
|
| +#include "ui/display/chromeos/output_configurator.h"
|
| #endif
|
|
|
| namespace gfx {
|
| @@ -45,7 +45,7 @@ class DisplayLayoutStore;
|
| // TODO(oshima): Make this non internal.
|
| class ASH_EXPORT DisplayManager
|
| #if defined(OS_CHROMEOS)
|
| - : public chromeos::OutputConfigurator::SoftwareMirroringController
|
| + : public ui::OutputConfigurator::SoftwareMirroringController
|
| #endif
|
| {
|
| public:
|
|
|