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

Unified Diff: chrome/browser/lifetime/application_lifetime.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again 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 | « chrome/browser/jankometer.cc ('k') | chrome/browser/logging_chrome_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/lifetime/application_lifetime.cc
diff --git a/chrome/browser/lifetime/application_lifetime.cc b/chrome/browser/lifetime/application_lifetime.cc
index 87109c50dde29690f17d109ce13b96852865cc72..f0cd3d16dbc2e1d689841afb4fa5bb2954cdf588 100644
--- a/chrome/browser/lifetime/application_lifetime.cc
+++ b/chrome/browser/lifetime/application_lifetime.cc
@@ -302,7 +302,7 @@ void EndKeepAlive() {
// (MessageLoop::current() == null).
if (chrome::GetTotalBrowserCount() == 0 &&
!browser_shutdown::IsTryingToQuit() &&
- MessageLoop::current()) {
+ base::MessageLoop::current()) {
CloseAllBrowsers();
}
}
« no previous file with comments | « chrome/browser/jankometer.cc ('k') | chrome/browser/logging_chrome_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698