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

Unified Diff: mojo/public/python/src/common.h

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 months 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
« no previous file with comments | « mojo/public/mojo_application.gni ('k') | mojo/services/view_manager/public/cpp/tests/view_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/python/src/common.h
diff --git a/mojo/public/python/src/common.h b/mojo/public/python/src/common.h
index 2ada2a411787bbea4d77d4c8571e195d23b101cc..70dddc7178bb0aa590547cf11fdce9ae7306f496 100644
--- a/mojo/public/python/src/common.h
+++ b/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;
« no previous file with comments | « mojo/public/mojo_application.gni ('k') | mojo/services/view_manager/public/cpp/tests/view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698