| Index: chrome/browser/chromeos/bluetooth/bluetooth_device.h
|
| diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_device.h b/chrome/browser/chromeos/bluetooth/bluetooth_device.h
|
| index aa2fdfc0f41b1d7b95ab08e500a03368edfbeadd..031dfd833448f8667dac957145eccbb6987486ff 100644
|
| --- a/chrome/browser/chromeos/bluetooth/bluetooth_device.h
|
| +++ b/chrome/browser/chromeos/bluetooth/bluetooth_device.h
|
| @@ -201,8 +201,8 @@ class BluetoothDevice : public BluetoothDeviceClient::Observer,
|
| typedef base::Callback<void(bool)> ProvidesServiceCallback;
|
|
|
| // Indicates whether this device provides the given service.
|
| - void ProvidesServiceWithName(const std::string& name,
|
| - const ProvidesServiceCallback& callback);
|
| + virtual void ProvidesServiceWithName(const std::string& name,
|
| + const ProvidesServiceCallback& callback);
|
|
|
| // Indicates whether the device is currently pairing and expecting a
|
| // PIN Code to be returned.
|
|
|