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

Unified Diff: sky/tools/debugger/debugger.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
« no previous file with comments | « sky/engine/platform/text/LineEnding.cpp ('k') | sky/tools/debugger/trace_collector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/debugger/debugger.cc
diff --git a/sky/tools/debugger/debugger.cc b/sky/tools/debugger/debugger.cc
index ed17436a23b7ba1646d7e81dfeedaab7e91cc501..7ba8c5f14cd13ffd5bf6ad54454ab2f684d493bd 100644
--- a/sky/tools/debugger/debugger.cc
+++ b/sky/tools/debugger/debugger.cc
@@ -29,7 +29,7 @@ class SkyDebugger : public mojo::ApplicationDelegate,
public http_server::HttpHandler {
public:
SkyDebugger() : is_tracing_(false), handler_binding_(this) {}
- virtual ~SkyDebugger() {}
+ ~SkyDebugger() override {}
private:
// mojo::ApplicationDelegate:
« no previous file with comments | « sky/engine/platform/text/LineEnding.cpp ('k') | sky/tools/debugger/trace_collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698