Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3311)

Unified Diff: base/callback_unittest.cc

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698