| Index: ui/base/x/active_window_watcher_x.cc
|
| diff --git a/ui/base/x/active_window_watcher_x.cc b/ui/base/x/active_window_watcher_x.cc
|
| index f766488dc718f1c3ff9ab0ddf6702951abf859a1..bd6d06ac6553b8a8f3603fc7cb8e18b94dd67344 100644
|
| --- a/ui/base/x/active_window_watcher_x.cc
|
| +++ b/ui/base/x/active_window_watcher_x.cc
|
| @@ -6,9 +6,10 @@
|
|
|
| #include <gdk/gdk.h>
|
| #include <gdk/gdkx.h>
|
| -#include "ui/base/gtk/gtk_compat.h"
|
| -#include "ui/base/gtk/gdk_x_compat.h"
|
|
|
| +#include "base/memory/singleton.h"
|
| +#include "ui/base/gtk/gdk_x_compat.h"
|
| +#include "ui/base/gtk/gtk_compat.h"
|
| #include "ui/base/x/active_window_watcher_x_observer.h"
|
| #include "ui/base/x/root_window_property_watcher_x.h"
|
| #include "ui/base/x/x11_util.h"
|
|
|