Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Unified Diff: ui/views/test/x11_property_change_waiter.h

Issue 2914103002: Remove usages of XInternAtom (Closed)
Patch Set: Address sadrul and sergeyu comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/test/ui_controls_factory_desktop_aurax11.cc ('k') | ui/views/test/x11_property_change_waiter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/x11_property_change_waiter.h
diff --git a/ui/views/test/x11_property_change_waiter.h b/ui/views/test/x11_property_change_waiter.h
index c70ab603166e6299c3cc551d119a9d45eb74c335..e0bbee54251d5b74d3b72e9796f953bd6dbbff45 100644
--- a/ui/views/test/x11_property_change_waiter.h
+++ b/ui/views/test/x11_property_change_waiter.h
@@ -17,7 +17,6 @@
namespace ui {
class ScopedEventDispatcher;
-class X11AtomCache;
class XScopedEventSelector;
}
@@ -58,8 +57,6 @@ class X11PropertyChangeWaiter : public ui::PlatformEventDispatcher {
std::unique_ptr<ui::ScopedEventDispatcher> dispatcher_;
- std::unique_ptr<ui::X11AtomCache> atom_cache_;
-
DISALLOW_COPY_AND_ASSIGN(X11PropertyChangeWaiter);
};
« no previous file with comments | « ui/views/test/ui_controls_factory_desktop_aurax11.cc ('k') | ui/views/test/x11_property_change_waiter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698