Index: ui/views/widget/desktop_aura/desktop_screen_x11.h |
diff --git a/ui/views/widget/desktop_aura/desktop_screen_x11.h b/ui/views/widget/desktop_aura/desktop_screen_x11.h |
index 0090f7c908aeeef30958571928ae6edc7e4f103f..fc71915321abb156526479b7c7ed48ce6341d7eb 100644 |
--- a/ui/views/widget/desktop_aura/desktop_screen_x11.h |
+++ b/ui/views/widget/desktop_aura/desktop_screen_x11.h |
@@ -14,7 +14,6 @@ |
#include "ui/display/display_change_notifier.h" |
#include "ui/display/screen.h" |
#include "ui/events/platform/platform_event_dispatcher.h" |
-#include "ui/gfx/x/x11_atom_cache.h" |
#include "ui/views/views_export.h" |
typedef unsigned long XID; |
@@ -97,8 +96,6 @@ class VIEWS_EXPORT DesktopScreenX11 : public display::Screen, |
display::DisplayChangeNotifier change_notifier_; |
- ui::X11AtomCache atom_cache_; |
- |
DISALLOW_COPY_AND_ASSIGN(DesktopScreenX11); |
}; |