Index: content/browser/site_instance_impl_unittest.cc |
diff --git a/content/browser/site_instance_impl_unittest.cc b/content/browser/site_instance_impl_unittest.cc |
index be2a3eea4dc58d0a7749e8bf56afe1d02d7e3903..2c279a9573861f7bf534cb983b88b36a65f1086c 100644 |
--- a/content/browser/site_instance_impl_unittest.cc |
+++ b/content/browser/site_instance_impl_unittest.cc |
@@ -138,7 +138,7 @@ class SiteInstanceTest : public testing::Test { |
// objects in each test, which will be destructed before |
// TearDown() is called. |
base::RunLoop().RunUntilIdle(); |
- message_loop_.RunUntilIdle(); |
+ base::RunLoop().RunUntilIdle(); |
fdoray
2016/08/04 18:48:21
Why are there 2 calls?
gab
2016/08/05 01:09:57
Probably because the developer thought he was flus
fdoray
2016/08/05 16:10:36
Done. https://codereview.chromium.org/2219053002/
|
} |
SiteInstanceTestBrowserClient* browser_client() { return &browser_client_; } |