| Index: chrome/browser/password_manager/password_store_mac_unittest.cc
 | 
| diff --git a/chrome/browser/password_manager/password_store_mac_unittest.cc b/chrome/browser/password_manager/password_store_mac_unittest.cc
 | 
| index 412e67787590080d9e018639a91fe83a1aeae054..36cc5073332854000851a375b4e420e0ff552398 100644
 | 
| --- a/chrome/browser/password_manager/password_store_mac_unittest.cc
 | 
| +++ b/chrome/browser/password_manager/password_store_mac_unittest.cc
 | 
| @@ -50,7 +50,7 @@ namespace {
 | 
|  
 | 
|  ACTION(QuitUIMessageLoop) {
 | 
|    DCHECK_CURRENTLY_ON(BrowserThread::UI);
 | 
| -  base::MessageLoop::current()->Quit();
 | 
| +  base::MessageLoop::current()->QuitWhenIdle();
 | 
|  }
 | 
|  
 | 
|  // From the mock's argument #0 of type const std::vector<PasswordForm*>& takes
 | 
| 
 |