Index: chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
index 27b6750948d6096c91b7ccab44707f080d357cf0..2777c420a47334a17d9547f67f6f6f684ddcf489 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_api.h |
@@ -95,9 +95,13 @@ class BluetoothGetDevicesWithServiceNameFunction |
class BluetoothConnectFunction : public AsyncExtensionFunction { |
public: |
- virtual bool RunImpl() OVERRIDE; |
DECLARE_EXTENSION_FUNCTION_NAME("experimental.bluetooth.connect") |
+ protected: |
+ virtual ~BluetoothConnectFunction() {} |
+ |
+ virtual bool RunImpl() OVERRIDE; |
+ |
private: |
#if defined(OS_CHROMEOS) |
void ConnectToServiceCallback( |