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

Unified Diff: Source/modules/InitModules.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/modules/EventModulesFactory.h ('k') | Source/modules/accessibility/AXARIAGrid.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/InitModules.h
diff --git a/Source/modules/InitModules.h b/Source/modules/InitModules.h
index d8b47813c8c15ae1a11bd7041d01b478dca9c989..116c7e185e4c82ce4071d1702105aed940d3998d 100644
--- a/Source/modules/InitModules.h
+++ b/Source/modules/InitModules.h
@@ -12,7 +12,7 @@ namespace blink {
class MODULES_EXPORT ModulesInitializer : public CoreInitializer {
public:
- virtual void init() override;
+ void init() override;
static void terminateThreads();
};
« no previous file with comments | « Source/modules/EventModulesFactory.h ('k') | Source/modules/accessibility/AXARIAGrid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698