| Index: device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
|
| index 828f0969d71ea8e8a94884267463d5c051b593f9..16460ceafe19f3748920d45a7e91dcdcfb4ef105 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
|
| @@ -21,7 +21,7 @@ namespace bluez {
|
| // Instantiate with a chosen D-Bus object path (that conforms to the BlueZ GATT
|
| // service specification), service UUID, and the list of included services, and
|
| // pass the D-Bus object path as the |service_path| argument to the
|
| -// chromeos::BluetoothGattManagerClient::RegisterService method. Make sure to
|
| +// bluez::BluetoothGattManagerClient::RegisterService method. Make sure to
|
| // create characteristic and descriptor objects using the appropriate service
|
| // providers before registering a GATT service with the Bluetooth daemon.
|
| class DEVICE_BLUETOOTH_EXPORT BluetoothGattServiceServiceProvider {
|
|
|