| Index: ui/aura/root_window_host_linux.cc
|
| diff --git a/ui/aura/root_window_host_linux.cc b/ui/aura/root_window_host_linux.cc
|
| index 51d1013ef804b651b7b96a4c66895179dec4171b..a223f470a8a1e98d6fa74719f0e718142edd28b5 100644
|
| --- a/ui/aura/root_window_host_linux.cc
|
| +++ b/ui/aura/root_window_host_linux.cc
|
| @@ -22,9 +22,9 @@
|
| #include "ui/base/cursor/cursor.h"
|
| #include "ui/base/keycodes/keyboard_codes.h"
|
| #include "ui/base/touch/touch_factory.h"
|
| -#include "ui/base/x/x11_util.h"
|
| #include "ui/base/view_prop.h"
|
| -#include "ui/gfx/compositor/layer.h"
|
| +#include "ui/base/x/x11_util.h"
|
| +#include "ui/compositor/layer.h"
|
|
|
| using std::max;
|
| using std::min;
|
|
|