Fix compilation
This commit is contained in:
parent
d09cab2e21
commit
48821a6d2a
5 changed files with 5 additions and 6 deletions
|
@ -33,7 +33,7 @@ class BluetoothChooser : public content::BluetoothChooser {
|
|||
bool is_gatt_connected,
|
||||
bool is_paired,
|
||||
int signal_strength_level) override;
|
||||
void RemoveDevice(const std::string& device_id) override;
|
||||
void RemoveDevice(const std::string& device_id);
|
||||
|
||||
private:
|
||||
std::vector<DeviceInfo> device_list_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue