| Index: base/callback_internal.h
|
| diff --git a/base/callback_internal.h b/base/callback_internal.h
|
| index 8ae606749e1e170c8a5bbd192f6ff3c28c8bdf6b..29b07c23bd79d6a50cd88f4f9066db1d8f5ae2f2 100644
|
| --- a/base/callback_internal.h
|
| +++ b/base/callback_internal.h
|
| @@ -45,6 +45,8 @@ struct BindStateBaseRefCountTraits {
|
| class BASE_EXPORT BindStateBase
|
| : public RefCountedThreadSafe<BindStateBase, BindStateBaseRefCountTraits> {
|
| public:
|
| + REQUIRE_ADOPTION_FOR_REFCOUNTED_TYPE();
|
| +
|
| using InvokeFuncStorage = void(*)();
|
|
|
| private:
|
|
|