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

Unified Diff: extensions/common/api/sockets/sockets_manifest_data.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/common/api/sockets/sockets_manifest_data.h
diff --git a/extensions/common/api/sockets/sockets_manifest_data.h b/extensions/common/api/sockets/sockets_manifest_data.h
index ac6d6cae6c0281df773580f4747849dd2e424d60..de9dd8f57170c5ac4be8cf50b342cd8a4cca8cb0 100644
--- a/extensions/common/api/sockets/sockets_manifest_data.h
+++ b/extensions/common/api/sockets/sockets_manifest_data.h
@@ -26,7 +26,7 @@ class SocketsManifestData : public Extension::ManifestData {
public:
explicit SocketsManifestData(
scoped_ptr<SocketsManifestPermission> permission);
- virtual ~SocketsManifestData();
+ ~SocketsManifestData() override;
// Gets the SocketsManifestData for |extension|, or NULL if none was
// specified.

Powered by Google App Engine
This is Rietveld 408576698