| Index: components/history/core/browser/history_service.cc
|
| diff --git a/components/history/core/browser/history_service.cc b/components/history/core/browser/history_service.cc
|
| index b48684268ca9ac4e59eb03bada50007761665061..b154b3237e19b1373d1c0ba522aefc8229a51861 100644
|
| --- a/components/history/core/browser/history_service.cc
|
| +++ b/components/history/core/browser/history_service.cc
|
| @@ -886,7 +886,8 @@ bool HistoryService::Init(
|
| base::TaskTraits()
|
| .WithPriority(base::TaskPriority::USER_BLOCKING)
|
| .WithShutdownBehavior(base::TaskShutdownBehavior::BLOCK_SHUTDOWN)
|
| - .MayBlock().WithSyncPrimitives());
|
| + .MayBlock()
|
| + .WithBaseSyncPrimitives());
|
| }
|
|
|
| // Create the history backend.
|
|
|