| Index: content/common/bluetooth/bluetooth_scan_filter.cc
|
| diff --git a/content/common/bluetooth/bluetooth_scan_filter.cc b/content/common/bluetooth/bluetooth_scan_filter.cc
|
| index be8786d16402af6a494fdca49fe684ba1ff53e55..3ab22aedfa378230c91df0297e285413fa40b178 100644
|
| --- a/content/common/bluetooth/bluetooth_scan_filter.cc
|
| +++ b/content/common/bluetooth/bluetooth_scan_filter.cc
|
| @@ -9,11 +9,6 @@ namespace content {
|
| BluetoothScanFilter::BluetoothScanFilter() : services() {
|
| }
|
|
|
| -BluetoothScanFilter::BluetoothScanFilter(
|
| - const std::vector<device::BluetoothUUID>& services)
|
| - : services(services) {
|
| -}
|
| -
|
| BluetoothScanFilter::~BluetoothScanFilter() {
|
| }
|
|
|
|
|