| Index: base/callback_unittest.cc
|
| diff --git a/base/callback_unittest.cc b/base/callback_unittest.cc
|
| index 6103b2e9675c318c3e95da9b3f6e49aa7c1e0491..e2a5d38a31cc4bd173087667bb3c075db1ff1270 100644
|
| --- a/base/callback_unittest.cc
|
| +++ b/base/callback_unittest.cc
|
| @@ -36,6 +36,8 @@ struct BindState<void(void), void(void), void(FakeInvoker)>
|
| : public BindStateBase {
|
| public:
|
| typedef FakeInvoker InvokerType;
|
| + private:
|
| + ~BindState() override {}
|
| };
|
|
|
| template <>
|
| @@ -44,6 +46,8 @@ struct BindState<void(void), void(void),
|
| : public BindStateBase {
|
| public:
|
| typedef FakeInvoker InvokerType;
|
| + private:
|
| + ~BindState() override {}
|
| };
|
| } // namespace internal
|
|
|
|
|