| Index: device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.h
|
| diff --git a/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.h b/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.h
|
| similarity index 94%
|
| rename from chromeos/dbus/bluetooth_gatt_characteristic_service_provider.h
|
| rename to device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.h
|
| index 174a9082d44abd3eaf6211954567912cac79deab..67f9a74371b22f6fa3b49787d0afecd691e753e8 100644
|
| --- a/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.h
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROMEOS_DBUS_BLUETOOTH_GATT_CHARACTERISTIC_SERVICE_PROVIDER_H_
|
| -#define CHROMEOS_DBUS_BLUETOOTH_GATT_CHARACTERISTIC_SERVICE_PROVIDER_H_
|
| +#ifndef DEVICE_BLUETOOTH_DBUS_BLUETOOTH_GATT_CHARACTERISTIC_SERVICE_PROVIDER_H_
|
| +#define DEVICE_BLUETOOTH_DBUS_BLUETOOTH_GATT_CHARACTERISTIC_SERVICE_PROVIDER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -14,7 +14,7 @@
|
| #include "dbus/bus.h"
|
| #include "dbus/object_path.h"
|
|
|
| -namespace chromeos {
|
| +namespace bluez {
|
|
|
| // BluetoothGattCharacteristicServiceProvider is used to provide a D-Bus object
|
| // that represents a local GATT characteristic that the Bluetooth daemon can
|
| @@ -108,6 +108,6 @@ class CHROMEOS_EXPORT BluetoothGattCharacteristicServiceProvider {
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothGattCharacteristicServiceProvider);
|
| };
|
|
|
| -} // namespace chromeos
|
| +} // namespace bluez
|
|
|
| -#endif // CHROMEOS_DBUS_BLUETOOTH_GATT_CHARACTERISTIC_SERVICE_PROVIDER_H_
|
| +#endif // DEVICE_BLUETOOTH_DBUS_BLUETOOTH_GATT_CHARACTERISTIC_SERVICE_PROVIDER_H_
|
|
|