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

Unified Diff: ui/views/widget/x11_desktop_handler.h

Issue 10829341: Desktop aura: Use the X11 clipboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix MessageLoop ordering in tests. Created 8 years, 3 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/ui.gyp ('k') | ui/views/widget/x11_window_event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/x11_desktop_handler.h
diff --git a/ui/views/widget/x11_desktop_handler.h b/ui/views/widget/x11_desktop_handler.h
index 5c93c076d64a03ccec33bd9eb4e0530ea2467646..21690f8b02e14df4cfb74f280bbc94f74c75d059 100644
--- a/ui/views/widget/x11_desktop_handler.h
+++ b/ui/views/widget/x11_desktop_handler.h
@@ -11,7 +11,7 @@
#include "base/message_loop.h"
#include "ui/aura/env_observer.h"
-#include "ui/aura/x11_atom_cache.h"
+#include "ui/base/x/x11_atom_cache.h"
#include "ui/views/views_export.h"
template <typename T> struct DefaultSingletonTraits;
@@ -59,7 +59,7 @@ class VIEWS_EXPORT X11DesktopHandler : public MessageLoop::Dispatcher,
// The native root window.
::Window x_root_window_;
- aura::X11AtomCache atom_cache_;
+ ui::X11AtomCache atom_cache_;
// Global focus/activation managers.
scoped_ptr<aura::FocusManager> focus_manager_;
« no previous file with comments | « ui/ui.gyp ('k') | ui/views/widget/x11_window_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698