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

Unified Diff: ui/views/widget/desktop_aura/desktop_root_window_host_x11.h

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_root_window_host_x11.h
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
index 8d5cc0c8fc1f3243e53120f46264aa32adae2f65..96abdfecc6932168a49b36912c15a284f68ed04a 100644
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
@@ -40,11 +40,11 @@ namespace corewm {
class CursorManager;
}
-class VIEWS_EXPORT DesktopRootWindowHostX11
- : public DesktopRootWindowHost,
- public aura::RootWindowHost,
- public ui::DesktopSelectionProviderAuraX11,
- public MessageLoop::Dispatcher {
+class VIEWS_EXPORT DesktopRootWindowHostX11 :
+ public DesktopRootWindowHost,
+ public aura::RootWindowHost,
+ public ui::DesktopSelectionProviderAuraX11,
+ public base::MessageLoop::Dispatcher {
public:
DesktopRootWindowHostX11(
internal::NativeWidgetDelegate* native_widget_delegate,

Powered by Google App Engine
This is Rietveld 408576698