| Index: chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
 | 
| diff --git a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
 | 
| index a9494491407dc78d872f8aa5c3875902593758be..4b32edd0c18795cdc980936cc338f35761ba587b 100644
 | 
| --- a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
 | 
| +++ b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
 | 
| @@ -198,7 +198,7 @@ class FindInPageControllerTest : public InProcessBrowserTest {
 | 
|      HistoryServiceFactory::GetForProfile(browser()->profile(),
 | 
|                                           ServiceAccessType::IMPLICIT_ACCESS)
 | 
|          ->FlushForTest(base::Bind(
 | 
| -            &base::MessageLoop::Quit,
 | 
| +            &base::MessageLoop::QuitWhenIdle,
 | 
|              base::Unretained(base::MessageLoop::current()->current())));
 | 
|      content::RunMessageLoop();
 | 
|    }
 | 
| 
 |