13 lines
631 B
Diff
13 lines
631 B
Diff
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
|
index b53745dd0a4011fb15ab16d61f9a6effd5c03598..934771aa66492bed993017a3eb5a98fd8660230b 100644
|
|
--- a/base/threading/thread_restrictions.h
|
|
+++ b/base/threading/thread_restrictions.h
|
|
@@ -738,6 +738,7 @@ class BASE_EXPORT ScopedAllowBaseSyncPrimitives {
|
|
ScopedAllowBaseSyncPrimitives& operator=(
|
|
const ScopedAllowBaseSyncPrimitives&) = delete;
|
|
|
|
+ BRAVE_SCOPED_ALLOW_BASE_SYNC_PRIMITIVES_H
|
|
private:
|
|
// This can only be instantiated by friends. Use
|
|
// ScopedAllowBaseSyncPrimitivesForTesting in unit tests to avoid the friend
|