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

Unified Diff: ui/aura/root_window_host_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/root_window.cc ('k') | ui/aura/root_window_host_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window_host_win.cc
diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc
index f2ad0e729ee3c79b77b3e8472548641beb40f56b..eabe4b77394ccf21856b34b7e2755b95c90fe891 100644
--- a/ui/aura/root_window_host_win.cc
+++ b/ui/aura/root_window_host_win.cc
@@ -256,7 +256,7 @@ void RootWindowHostWin::PrepareForShutdown() {
void RootWindowHostWin::OnClose() {
// TODO: this obviously shouldn't be here.
- MessageLoopForUI::current()->Quit();
+ base::MessageLoopForUI::current()->Quit();
}
LRESULT RootWindowHostWin::OnKeyEvent(UINT message,
« no previous file with comments | « ui/aura/root_window.cc ('k') | ui/aura/root_window_host_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698