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

Unified Diff: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc

Issue 14061025: ui: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
index 8e1ed3b73a917edc622b6c5477a30030013fa7ba..e0ad0e35cf9864cd1fd89f3f9e308996f5eb34b8 100644
--- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
+++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
@@ -52,8 +52,8 @@ const char* kAtomsToCache[] = {
namespace views {
-class DesktopDragDropClientAuraX11::X11DragContext
- : public MessageLoop::Dispatcher {
+class DesktopDragDropClientAuraX11::X11DragContext :
+ public base::MessageLoop::Dispatcher {
public:
X11DragContext(ui::X11AtomCache* atom_cache,
const XClientMessageEvent& event);
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_dispatcher_client.cc ('k') | ui/views/widget/desktop_aura/desktop_root_window_host_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698