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

Unified Diff: Source/modules/websockets/WebSocketDeflateFramer.cpp

Issue 135653002: Update modules classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove change to web/ Created 6 years, 11 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
Index: Source/modules/websockets/WebSocketDeflateFramer.cpp
diff --git a/Source/modules/websockets/WebSocketDeflateFramer.cpp b/Source/modules/websockets/WebSocketDeflateFramer.cpp
index 6a816e18c4912126a718de79b117dc1f5ea9bc37..f7f0e1e08021924844701018936a3b03f6826e66 100644
--- a/Source/modules/websockets/WebSocketDeflateFramer.cpp
+++ b/Source/modules/websockets/WebSocketDeflateFramer.cpp
@@ -38,7 +38,7 @@
namespace WebCore {
-class WebSocketExtensionDeflateFrame : public WebSocketExtensionProcessor {
+class WebSocketExtensionDeflateFrame FINAL : public WebSocketExtensionProcessor {
WTF_MAKE_FAST_ALLOCATED;
public:
static PassOwnPtr<WebSocketExtensionDeflateFrame> create(WebSocketDeflateFramer* framer)
« no previous file with comments | « Source/modules/websockets/WebSocket.h ('k') | Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698