| Index: chrome/browser/lifetime/application_lifetime.cc
|
| diff --git a/chrome/browser/lifetime/application_lifetime.cc b/chrome/browser/lifetime/application_lifetime.cc
|
| index 605e548001aa18ca115c08c3505fb35604e741b8..0295cee588f2352988d77f997e8ec0272659bed5 100644
|
| --- a/chrome/browser/lifetime/application_lifetime.cc
|
| +++ b/chrome/browser/lifetime/application_lifetime.cc
|
| @@ -318,8 +318,7 @@ void EndKeepAlive() {
|
| // initiate a shutdown. Also skips shutdown if this is a unit test
|
| // (MessageLoop::current() == null).
|
| if (chrome::GetTotalBrowserCount() == 0 &&
|
| - !browser_shutdown::IsTryingToQuit() &&
|
| - MessageLoop::current()) {
|
| + !browser_shutdown::IsTryingToQuit() && base::MessageLoop::current()) {
|
| CloseAllBrowsers();
|
| }
|
| }
|
|
|