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

Unified Diff: shell/child_process_host.h

Issue 1060683002: Update clang, re-enable checker, fix issues it flags (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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: shell/child_process_host.h
diff --git a/shell/child_process_host.h b/shell/child_process_host.h
index ab299825b4651361130806b74070008cd28e044b..c5376152ed20bca4147a9b490454a23a4ee55153 100644
--- a/shell/child_process_host.h
+++ b/shell/child_process_host.h
@@ -29,7 +29,7 @@ class Context;
class ChildProcessHost : public ErrorHandler {
public:
explicit ChildProcessHost(Context* context);
- virtual ~ChildProcessHost();
+ ~ChildProcessHost() override;
// |Start()|s the child process; calls |DidStart()| (on the thread on which
// |Start()| was called) when the child has been started (or failed to start).

Powered by Google App Engine
This is Rietveld 408576698