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

Unified Diff: Source/platform/Task.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/RefCountedSupplement.h ('k') | Source/platform/TestingPlatformSupport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Task.h
diff --git a/Source/platform/Task.h b/Source/platform/Task.h
index b4fbafb9ed7c37e0e609da56e261d41e21fa3172..2a94b526ebb480a59ed1ec07723f7f0c6487c35a 100644
--- a/Source/platform/Task.h
+++ b/Source/platform/Task.h
@@ -45,7 +45,7 @@ public:
{
}
- virtual void run() override
+ void run() override
{
(*m_closure)();
}
« no previous file with comments | « Source/platform/RefCountedSupplement.h ('k') | Source/platform/TestingPlatformSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698