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

Unified Diff: Source/platform/scheduler/CancellableTaskFactory.h

Issue 1213003004: Fix virtual/override/final usage in Source/platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | « Source/platform/plugins/PluginListBuilder.h ('k') | Source/platform/scroll/ScrollAnimatorNone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scheduler/CancellableTaskFactory.h
diff --git a/Source/platform/scheduler/CancellableTaskFactory.h b/Source/platform/scheduler/CancellableTaskFactory.h
index 5eb9130d8aa58922cefcfc1556c51e58926c4818..a176b29a5c9e5fd9fb5aed0f5cae884ec728a1d6 100644
--- a/Source/platform/scheduler/CancellableTaskFactory.h
+++ b/Source/platform/scheduler/CancellableTaskFactory.h
@@ -57,9 +57,9 @@ private:
public:
explicit CancellableTask(WeakPtr<CancellableTaskFactory> weakPtr)
- : m_weakPtr(weakPtr) { }
+ : m_weakPtr(weakPtr) {}
- virtual ~CancellableTask() { }
+ ~CancellableTask() override {}
void run() override;
« no previous file with comments | « Source/platform/plugins/PluginListBuilder.h ('k') | Source/platform/scroll/ScrollAnimatorNone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698