Index: shell/launcher_main.cc |
diff --git a/shell/launcher_main.cc b/shell/launcher_main.cc |
index 410417bd82f9f0c5ba5204efc5896919a27af0f1..4a95d5350656f55f623e3816038104b84a90463a 100644 |
--- a/shell/launcher_main.cc |
+++ b/shell/launcher_main.cc |
@@ -46,7 +46,7 @@ class Launcher : public embedder::ProcessDelegate { |
&app_args_); |
} |
- ~Launcher() { |
+ ~Launcher() override { |
// TODO(vtl): We need to destroy this before calling |
// ShutdownIPCSupportOnIOThread(). This is all quite sketchy, and we really |
// should convert all of this to running the application on the main thread, |