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

Unified Diff: extensions/browser/api/bluetooth_socket/bluetooth_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/bluetooth_socket/bluetooth_socket_event_dispatcher.h
diff --git a/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h b/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h
index 50c246a037a65b68a988f3bdc9d9be79b9440936..bc7b4bdab6b65de37151a11c0ea0d8ce4f5c33bb 100644
--- a/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h
+++ b/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h
@@ -33,7 +33,7 @@ class BluetoothSocketEventDispatcher
public base::SupportsWeakPtr<BluetoothSocketEventDispatcher> {
public:
explicit BluetoothSocketEventDispatcher(content::BrowserContext* context);
- virtual ~BluetoothSocketEventDispatcher();
+ ~BluetoothSocketEventDispatcher() override;
// Socket is active, start receiving data from it.
void OnSocketConnect(const std::string& extension_id, int socket_id);

Powered by Google App Engine
This is Rietveld 408576698