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

Unified Diff: extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.h

Issue 664933004: Standardize usage of virtual/override/final in extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
Index: extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.h
diff --git a/extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.h b/extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.h
index 0e16690f8165e4c21871071c38fb5b754fdcaac5..4a2d9ed84486ca5a1f068596dfd4833451e66f20 100644
--- a/extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.h
+++ b/extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.h
@@ -27,7 +27,7 @@ class TCPSocketEventDispatcher
public base::SupportsWeakPtr<TCPSocketEventDispatcher> {
public:
explicit TCPSocketEventDispatcher(content::BrowserContext* context);
- virtual ~TCPSocketEventDispatcher();
+ ~TCPSocketEventDispatcher() override;
// Socket is active, start receving from it.
void OnSocketConnect(const std::string& extension_id, int socket_id);

Powered by Google App Engine
This is Rietveld 408576698