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

Unified Diff: ui/aura/dispatcher_win.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
« no previous file with comments | « ui/aura/demo/demo_main.cc ('k') | ui/aura/env.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/dispatcher_win.cc
diff --git a/ui/aura/dispatcher_win.cc b/ui/aura/dispatcher_win.cc
index c406edee8582346f2bc6e7d28aee8cc59c409f54..7b2777d48f97287dde9b57b1f85f639028f6cdb9 100644
--- a/ui/aura/dispatcher_win.cc
+++ b/ui/aura/dispatcher_win.cc
@@ -8,7 +8,7 @@
namespace aura {
-class DispatcherWin : public MessageLoop::Dispatcher {
+class DispatcherWin : public base::MessageLoop::Dispatcher {
public:
DispatcherWin() {}
virtual ~DispatcherWin() {}
« no previous file with comments | « ui/aura/demo/demo_main.cc ('k') | ui/aura/env.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698