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..f5735366f02e1af62c4bdaee1f51c25f8f18248c 100644 |
--- a/components/history/core/browser/history_service.cc |
+++ b/components/history/core/browser/history_service.cc |
@@ -886,7 +886,7 @@ |
base::TaskTraits() |
.WithPriority(base::TaskPriority::USER_BLOCKING) |
.WithShutdownBehavior(base::TaskShutdownBehavior::BLOCK_SHUTDOWN) |
- .MayBlock().WithSyncPrimitives()); |
+ .MayBlock()); |
} |
// Create the history backend. |