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

Unified Diff: ui/views/widget/desktop_aura/x11_desktop_handler.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/x11_desktop_handler.h
diff --git a/ui/views/widget/desktop_aura/x11_desktop_handler.h b/ui/views/widget/desktop_aura/x11_desktop_handler.h
index 151c7ae3c50ce57b3e281bd0edd0f403f1463725..2415377eada1d7bc99030c6d98579103f71a35cd 100644
--- a/ui/views/widget/desktop_aura/x11_desktop_handler.h
+++ b/ui/views/widget/desktop_aura/x11_desktop_handler.h
@@ -21,9 +21,8 @@ namespace views {
// A singleton that owns global objects related to the desktop and listens for
// X11 events on the X11 root window. Destroys itself when aura::Env is
// deleted.
-class VIEWS_EXPORT X11DesktopHandler
- : public MessageLoop::Dispatcher,
- public aura::EnvObserver {
+class VIEWS_EXPORT X11DesktopHandler : public base::MessageLoop::Dispatcher,
+ public aura::EnvObserver {
public:
// Returns the singleton handler.
static X11DesktopHandler* get();

Powered by Google App Engine
This is Rietveld 408576698