diff options
Diffstat (limited to 'chromium/content/browser/browser_main_loop_unittest.cc')
-rw-r--r-- | chromium/content/browser/browser_main_loop_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/browser/browser_main_loop_unittest.cc b/chromium/content/browser/browser_main_loop_unittest.cc index 728331bda09..24e38ba8a61 100644 --- a/chromium/content/browser/browser_main_loop_unittest.cc +++ b/chromium/content/browser/browser_main_loop_unittest.cc @@ -29,7 +29,7 @@ TEST(BrowserMainLoopTest, CreateThreadsInSingleProcess) { *scoped_command_line.GetProcessCommandLine()); BrowserMainLoop browser_main_loop(main_function_params); browser_main_loop.MainMessageLoopStart(); - browser_main_loop.InitializeIOThreadForTesting(); + browser_main_loop.Init(nullptr); browser_main_loop.CreateThreads(); EXPECT_GE(base::TaskScheduler::GetInstance() ->GetMaxConcurrentNonBlockedTasksWithTraitsDeprecated( |