| Index: ui/events/platform/x11/x11_hotplug_event_handler.h
|
| diff --git a/ui/events/platform/x11/x11_hotplug_event_handler.h b/ui/events/platform/x11/x11_hotplug_event_handler.h
|
| index cfe2508d8ef36d4d6d8c7b2be24bba8f1eeae900..e920cd4fc09c761d0ce85eaebeb8821d7a74238d 100644
|
| --- a/ui/events/platform/x11/x11_hotplug_event_handler.h
|
| +++ b/ui/events/platform/x11/x11_hotplug_event_handler.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "base/macros.h"
|
| #include "ui/events/devices/x11/device_list_cache_x11.h"
|
| -#include "ui/gfx/x/x11_atom_cache.h"
|
|
|
| namespace ui {
|
|
|
| @@ -22,8 +21,6 @@ class X11HotplugEventHandler {
|
| void OnHotplugEvent();
|
|
|
| private:
|
| - X11AtomCache atom_cache_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(X11HotplugEventHandler);
|
| };
|
|
|
|
|