| Index: components/proximity_auth/bluetooth_util.h
|
| diff --git a/components/proximity_auth/bluetooth_util.h b/components/proximity_auth/bluetooth_util.h
|
| index 8cf80510dc578457de7e87ffd274b0cdb572e9b3..7bd94fc8e1380425d5c6e6b678f4cbea6e28ef2b 100644
|
| --- a/components/proximity_auth/bluetooth_util.h
|
| +++ b/components/proximity_auth/bluetooth_util.h
|
| @@ -24,11 +24,10 @@ typedef base::Callback<void(const std::string& error_message)> ErrorCallback;
|
| // |error_callback| with an error message on failure. Because this can be an
|
| // expensive operation, the work will be run on the provided |task_runner|,
|
| // which should correspond to a background thread.
|
| -void SeekDeviceByAddress(
|
| - const std::string& device_address,
|
| - const base::Closure& callback,
|
| - const ErrorCallback& error_callback,
|
| - base::TaskRunner* task_runner);
|
| +void SeekDeviceByAddress(const std::string& device_address,
|
| + const base::Closure& callback,
|
| + const ErrorCallback& error_callback,
|
| + base::TaskRunner* task_runner);
|
|
|
| void ConnectToServiceInsecurely(
|
| device::BluetoothDevice* device,
|
|
|