| 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 cedec1e1fe577cd35b8fda2f00a7356836a0d240..ba101ca773fbe3cba32523796bbc431c3a41afe3 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
|
| @@ -22,7 +22,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 {
|
|
|