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

Unified Diff: Source/web/WebHelperPluginImpl.h

Issue 634893002: Replace OVERRIDE and FINAL with override and final in WebKit/public (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/web/WebFontImpl.h ('k') | Source/web/WebKit.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebHelperPluginImpl.h
diff --git a/Source/web/WebHelperPluginImpl.h b/Source/web/WebHelperPluginImpl.h
index 19eb82fd3b08ffe64291b6bc4db5b3f4259dd0be..0774015bb047ef675b8b15514913709b78b63963 100644
--- a/Source/web/WebHelperPluginImpl.h
+++ b/Source/web/WebHelperPluginImpl.h
@@ -48,13 +48,13 @@ class WebPluginContainerImpl;
// Utility class to host helper plugins for media. Internally, it creates a detached
// HTMLPluginElement to host the plugin and uses FrameLoaderClient::createPlugin() to instantiate
// the requested plugin.
-class WebHelperPluginImpl FINAL : public WebHelperPlugin {
+class WebHelperPluginImpl final : public WebHelperPlugin {
WTF_MAKE_NONCOPYABLE(WebHelperPluginImpl);
WTF_MAKE_FAST_ALLOCATED;
public:
// WebHelperPlugin methods:
- virtual WebPlugin* getPlugin() OVERRIDE;
- virtual void destroy() OVERRIDE;
+ virtual WebPlugin* getPlugin() override;
+ virtual void destroy() override;
private:
friend class WebHelperPlugin;
« no previous file with comments | « Source/web/WebFontImpl.h ('k') | Source/web/WebKit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698