| Index: components/exo/wayland/server.cc
|
| diff --git a/components/exo/wayland/server.cc b/components/exo/wayland/server.cc
|
| index 53b20f9432e12933ea581195d6beb1b66a0a4470..fb1123b5bccd36810544611b2e46525e26bcc07c 100644
|
| --- a/components/exo/wayland/server.cc
|
| +++ b/components/exo/wayland/server.cc
|
| @@ -18,8 +18,8 @@
|
| #include <remote-shell-unstable-v1-server-protocol.h> // NOLINT
|
| #include <secure-output-unstable-v1-server-protocol.h> // NOLINT
|
| #include <stylus-unstable-v1-server-protocol.h> // NOLINT
|
| -#include <xdg-shell-unstable-v5-server-protocol.h> // NOLINT
|
| #include <vsync-feedback-unstable-v1-server-protocol.h> // NOLINT
|
| +#include <xdg-shell-unstable-v5-server-protocol.h> // NOLINT
|
|
|
| #include <algorithm>
|
| #include <cstdlib>
|
| @@ -28,7 +28,7 @@
|
| #include <utility>
|
|
|
| #include "ash/common/shell_observer.h"
|
| -#include "ash/common/shell_window_ids.h"
|
| +#include "ash/shared/shell_window_ids.h"
|
| #include "ash/shell.h"
|
| #include "base/bind.h"
|
| #include "base/cancelable_callback.h"
|
|
|