| Index: chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc
 | 
| diff --git a/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc b/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc
 | 
| index 8c494597cf1fbfe54fe82b8b153da2f2b83d39cd..d09fd5e7f46fbe9c4597f3f45e5bfeaaf0c181a3 100644
 | 
| --- a/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc
 | 
| +++ b/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc
 | 
| @@ -50,8 +50,8 @@ class BluetoothGattDescriptorServiceProviderImpl
 | 
|      DCHECK(!uuid_.empty());
 | 
|      DCHECK(object_path_.IsValid());
 | 
|      DCHECK(characteristic_path_.IsValid());
 | 
| -    DCHECK(StartsWithASCII(
 | 
| -        object_path_.value(), characteristic_path_.value() + "/", true));
 | 
| +    DCHECK(base::StartsWithASCII(object_path_.value(),
 | 
| +                                 characteristic_path_.value() + "/", true));
 | 
|  
 | 
|      exported_object_ = bus_->GetExportedObject(object_path_);
 | 
|  
 | 
| 
 |