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

Unified Diff: content/browser/browser_main_loop.cc

Issue 16092013: Use base::MessageLoop in more files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again, sigh Created 7 years, 7 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 | « components/webdata/common/web_data_request_manager.cc ('k') | content/browser/browser_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index f04b34286e1c5a7e95c171a27305c838a3b4d00f..27c791d7d0fe0a0adcd1a53f15d37d2e40d5fe68 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -411,8 +411,8 @@ void BrowserMainLoop::MainMessageLoopStart() {
scoped_ptr<base::win::TextServicesMessageFilter> tsf_message_filter(
new base::win::TextServicesMessageFilter);
if (tsf_message_filter->Init()) {
- MessageLoopForUI::current()->SetMessageFilter(
- tsf_message_filter.PassAs<MessageLoopForUI::MessageFilter>());
+ base::MessageLoopForUI::current()->SetMessageFilter(
+ tsf_message_filter.PassAs<base::MessageLoopForUI::MessageFilter>());
}
}
#endif
« no previous file with comments | « components/webdata/common/web_data_request_manager.cc ('k') | content/browser/browser_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698