| Index: chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc
|
| diff --git a/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc b/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc
|
| index 39c95bf94cdaafa8e4b755d0f383e1761f5967fd..d4e4c38f4a86e8fda4a1a3080fc2147c5ff65a5f 100644
|
| --- a/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc
|
| +++ b/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc
|
| @@ -52,8 +52,8 @@ class BluetoothGattCharacteristicServiceProviderImpl
|
| DCHECK(!uuid_.empty());
|
| DCHECK(object_path_.IsValid());
|
| DCHECK(service_path_.IsValid());
|
| - DCHECK(StartsWithASCII(
|
| - object_path_.value(), service_path_.value() + "/", true));
|
| + DCHECK(base::StartsWithASCII(object_path_.value(),
|
| + service_path_.value() + "/", true));
|
|
|
| exported_object_ = bus_->GetExportedObject(object_path_);
|
|
|
|
|