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

Unified Diff: examples/ganesh_app/ganesh_app.cc

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
Index: examples/ganesh_app/ganesh_app.cc
diff --git a/examples/ganesh_app/ganesh_app.cc b/examples/ganesh_app/ganesh_app.cc
index 0896fb469f99a6db5fde4f8430c99cbf53aa2070..9c860cc24fe292afdd80f8541e70e562071f4487 100644
--- a/examples/ganesh_app/ganesh_app.cc
+++ b/examples/ganesh_app/ganesh_app.cc
@@ -19,7 +19,7 @@ class GaneshApp : public mojo::ApplicationDelegate,
public mojo::ViewManagerDelegate {
public:
GaneshApp() {}
- virtual ~GaneshApp() {}
+ ~GaneshApp() override {}
void Initialize(mojo::ApplicationImpl* app) override {
shell_ = app->shell();
« no previous file with comments | « examples/forwarding_content_handler/forwarding_content_handler.cc ('k') | examples/ganesh_app/ganesh_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698