Index: shell/app_child_process.cc |
diff --git a/shell/app_child_process.cc b/shell/app_child_process.cc |
index 005403756ebc6bb84056d84211b8cee804c1f952..387aa5f406f2c3ddd02341dfcb8f2dfa0684f5c6 100644 |
--- a/shell/app_child_process.cc |
+++ b/shell/app_child_process.cc |
@@ -84,7 +84,7 @@ class AppContext : public embedder::ProcessDelegate { |
public: |
AppContext() |
: io_thread_("io_thread"), controller_thread_("controller_thread") {} |
- ~AppContext() {} |
+ ~AppContext() override {} |
void Init() { |
// Initialize Mojo before starting any threads. |