| Index: extensions/browser/api/bluetooth/bluetooth_private_api.cc
|
| diff --git a/extensions/browser/api/bluetooth/bluetooth_private_api.cc b/extensions/browser/api/bluetooth/bluetooth_private_api.cc
|
| index 0ac112a2f3f66f5acde48e5e44a978a654be59db..85bbbc573768f88aec81dd9fc0e1bc9180e60010 100644
|
| --- a/extensions/browser/api/bluetooth/bluetooth_private_api.cc
|
| +++ b/extensions/browser/api/bluetooth/bluetooth_private_api.cc
|
| @@ -228,8 +228,8 @@ void BluetoothPrivateSetAdapterStateFunction::SendError() {
|
|
|
| std::vector<std::string> replacements(1);
|
| replacements[0] = base::JoinString(failed_vector, ", ");
|
| - std::string error =
|
| - ReplaceStringPlaceholders(kSetAdapterPropertyError, replacements, NULL);
|
| + std::string error = base::ReplaceStringPlaceholders(kSetAdapterPropertyError,
|
| + replacements, NULL);
|
| SetError(error);
|
| SendResponse(false);
|
| }
|
|
|