| Index: chrome/browser/password_manager/password_store_proxy_mac_unittest.cc
|
| diff --git a/chrome/browser/password_manager/password_store_proxy_mac_unittest.cc b/chrome/browser/password_manager/password_store_proxy_mac_unittest.cc
|
| index d1bc40037e63096decf9ad15f3f0e92da3d5320d..a06e8361a4162278617f96bd298e75bfc3b2d1d5 100644
|
| --- a/chrome/browser/password_manager/password_store_proxy_mac_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_proxy_mac_unittest.cc
|
| @@ -37,7 +37,7 @@ using testing::Pointee;
|
|
|
| ACTION(QuitUIMessageLoop) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| - base::MessageLoop::current()->Quit();
|
| + base::MessageLoop::current()->QuitWhenIdle();
|
| }
|
|
|
| // Returns a change list corresponding to |form| being added.
|
|
|