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

Unified Diff: extensions/browser/api/cast_channel/cast_socket.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/cast_channel/cast_socket.h
diff --git a/extensions/browser/api/cast_channel/cast_socket.h b/extensions/browser/api/cast_channel/cast_socket.h
index a5ea48910ff3666f282e753808d7c052fa57287f..d53f624a0effde5b9334770c1e3b2c5d89ec0660 100644
--- a/extensions/browser/api/cast_channel/cast_socket.h
+++ b/extensions/browser/api/cast_channel/cast_socket.h
@@ -80,7 +80,7 @@ class CastSocket : public ApiResource {
const scoped_refptr<Logger>& logger);
// Ensures that the socket is closed.
- virtual ~CastSocket();
+ ~CastSocket() override;
// The IP endpoint for the destination of the channel.
const net::IPEndPoint& ip_endpoint() const { return ip_endpoint_; }

Powered by Google App Engine
This is Rietveld 408576698