| Index: ash/display/display_controller.cc
|
| diff --git a/ash/display/display_controller.cc b/ash/display/display_controller.cc
|
| index 35ae9d3ab5215cad0e37542a7dfa385629754f34..99c997f246001f49af953691379c99b688772e87 100644
|
| --- a/ash/display/display_controller.cc
|
| +++ b/ash/display/display_controller.cc
|
| @@ -44,6 +44,8 @@
|
| #include "ash/display/display_configurator_animation.h"
|
| #include "base/sys_info.h"
|
| #include "base/time/time.h"
|
| +#endif // defined(OS_CHROMEOS)
|
| +
|
| #if defined(USE_X11)
|
| #include "ui/base/x/x11_util.h"
|
| #include "ui/gfx/x/x11_types.h"
|
| @@ -53,7 +55,7 @@
|
| #include <X11/extensions/Xrandr.h>
|
| #undef RootWindow
|
| #endif // defined(USE_X11)
|
| -#endif // defined(OS_CHROMEOS)
|
| +
|
|
|
| namespace ash {
|
| namespace {
|
|
|