| Index: chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc
 | 
| diff --git a/chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc b/chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc
 | 
| index 32e3e691635ed4279fca8bb804e6f0caa897026c..612156fe2a6f53fda16a76da37730d8d1f2c6ab0 100644
 | 
| --- a/chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc
 | 
| +++ b/chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc
 | 
| @@ -220,7 +220,7 @@ class BrowserFeatureExtractorTest : public ChromeRenderViewHostTestHarness {
 | 
|      // the test case which passed it to ExtractFeatures above.
 | 
|      success_[request.release()] = success;
 | 
|      if (--num_pending_ == 0) {
 | 
| -      base::MessageLoop::current()->Quit();
 | 
| +      base::MessageLoop::current()->QuitWhenIdle();
 | 
|      }
 | 
|    }
 | 
|  
 | 
| @@ -233,7 +233,7 @@ class BrowserFeatureExtractorTest : public ChromeRenderViewHostTestHarness {
 | 
|      // the test case which passed it to ExtractMalwareFeatures above.
 | 
|      success_[request.release()] = success;
 | 
|      if (--num_pending_ == 0) {
 | 
| -      base::MessageLoopForUI::current()->Quit();
 | 
| +      base::MessageLoopForUI::current()->QuitWhenIdle();
 | 
|      }
 | 
|    }
 | 
|  };
 | 
| 
 |