Index: third_party/mojo/src/mojo/public/python/src/common.h |
diff --git a/third_party/mojo/src/mojo/public/python/src/common.h b/third_party/mojo/src/mojo/public/python/src/common.h |
index 2ada2a411787bbea4d77d4c8571e195d23b101cc..70dddc7178bb0aa590547cf11fdce9ae7306f496 100644 |
--- a/third_party/mojo/src/mojo/public/python/src/common.h |
+++ b/third_party/mojo/src/mojo/public/python/src/common.h |
@@ -56,7 +56,7 @@ class ScopedPyRef { |
class PythonClosure : public mojo::Closure::Runnable { |
public: |
PythonClosure(PyObject* callable, const mojo::Closure& quit); |
- ~PythonClosure(); |
+ ~PythonClosure() override; |
void Run() const override; |