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

Unified Diff: ui/aura/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
« no previous file with comments | « ui/aura/root_window_host_win.cc ('k') | ui/aura/root_window_host_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window_host_x11.h
diff --git a/ui/aura/root_window_host_x11.h b/ui/aura/root_window_host_x11.h
index 2a8b5804dc30c8baf05447907cab8a0a30ad46ec..26015925b058aea83bee24137cf130704394a17d 100644
--- a/ui/aura/root_window_host_x11.h
+++ b/ui/aura/root_window_host_x11.h
@@ -32,8 +32,8 @@ class TouchEventCalibrate;
}
class RootWindowHostX11 : public RootWindowHost,
- public MessageLoop::Dispatcher,
- public EnvObserver {
+ public base::MessageLoop::Dispatcher,
+ public EnvObserver {
public:
explicit RootWindowHostX11(const gfx::Rect& bounds);
virtual ~RootWindowHostX11();
« no previous file with comments | « ui/aura/root_window_host_win.cc ('k') | ui/aura/root_window_host_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698