| Index: chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
| diff --git a/chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc b/chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
| index 3e120357e0388a351dda0ec2dcd44d1f7c60d66d..4bd5e9060f9a9333d721cb4f5f5df872a8f14c01 100644
|
| --- a/chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
| +++ b/chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
| @@ -99,7 +99,7 @@ class PhishingTermFeatureExtractorTest : public ::testing::Test {
|
| FROM_HERE,
|
| base::Bind(&PhishingTermFeatureExtractorTest::QuitExtraction,
|
| base::Unretained(this)));
|
| - msg_loop_.RunAllPending();
|
| + msg_loop_.RunUntilIdle();
|
| }
|
|
|
| // Completion callback for feature extraction.
|
|
|