| Index: chrome/browser/component_updater/sw_reporter_installer_win.cc
|
| diff --git a/chrome/browser/component_updater/sw_reporter_installer_win.cc b/chrome/browser/component_updater/sw_reporter_installer_win.cc
|
| index 670e72da171a43efbab626611e4ac39180bc03f6..8d28b344176f8a2deac9ebd0ae86444024faf79f 100644
|
| --- a/chrome/browser/component_updater/sw_reporter_installer_win.cc
|
| +++ b/chrome/browser/component_updater/sw_reporter_installer_win.cc
|
| @@ -137,14 +137,14 @@ void RunSwReportersAfterStartup(
|
| base::Bind(&safe_browsing::RunSwReporters, invocations, version,
|
| base::ThreadTaskRunnerHandle::Get(),
|
| // Runs LaunchAndWaitForExit() which creates (MayBlock()) and
|
| - // joins (WithSyncPrimitives()) a process.
|
| + // joins (WithBaseSyncPrimitives()) a process.
|
| base::CreateTaskRunnerWithTraits(
|
| base::TaskTraits()
|
| .WithShutdownBehavior(
|
| base::TaskShutdownBehavior::CONTINUE_ON_SHUTDOWN)
|
| .WithPriority(base::TaskPriority::BACKGROUND)
|
| .MayBlock()
|
| - .WithSyncPrimitives())));
|
| + .WithBaseSyncPrimitives())));
|
| }
|
|
|
| // Ensures |str| contains only alphanumeric characters and characters from
|
|
|