| Index: chrome/browser/chromeos/bluetooth/bluetooth_device.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/bluetooth/bluetooth_device.h (revision 157029)
|
| +++ chrome/browser/chromeos/bluetooth/bluetooth_device.h (working copy)
|
| @@ -201,8 +201,8 @@
|
| typedef base::Callback<void(bool)> ProvidesServiceCallback;
|
|
|
| // Indicates whether this device provides the given service.
|
| - virtual void ProvidesServiceWithName(const std::string& name,
|
| - const ProvidesServiceCallback& callback);
|
| + void ProvidesServiceWithName(const std::string& name,
|
| + const ProvidesServiceCallback& callback);
|
|
|
| // Indicates whether the device is currently pairing and expecting a
|
| // PIN Code to be returned.
|
|
|