Index: chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc |
diff --git a/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc b/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc |
index 83ea6864104dad526fb65679f97677f358a5035d..bb4c55e28791d7dc3055bbe3c33439b9e4777018 100644 |
--- a/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc |
+++ b/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc |
@@ -29,8 +29,8 @@ FakeBluetoothGattDescriptorServiceProvider:: |
DCHECK(characteristic_path_.IsValid()); |
DCHECK(!uuid.empty()); |
DCHECK(delegate_); |
- DCHECK(StartsWithASCII( |
- object_path_.value(), characteristic_path_.value() + "/", true)); |
+ DCHECK(base::StartsWithASCII(object_path_.value(), |
+ characteristic_path_.value() + "/", true)); |
// TODO(armansito): Do something with |permissions|. |