| Index: device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
|
| diff --git a/chromeos/dbus/bluetooth_gatt_service_service_provider.h b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
|
| similarity index 82%
|
| rename from chromeos/dbus/bluetooth_gatt_service_service_provider.h
|
| rename to device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
|
| index 258c4b4ace74ce78c870cbbe79a8985adead2751..828f0969d71ea8e8a94884267463d5c051b593f9 100644
|
| --- a/chromeos/dbus/bluetooth_gatt_service_service_provider.h
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
|
| @@ -2,17 +2,17 @@
|
| // 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_SERVICE_SERVICE_PROVIDER_H_
|
| -#define CHROMEOS_DBUS_BLUETOOTH_GATT_SERVICE_SERVICE_PROVIDER_H_
|
| +#ifndef DEVICE_BLUETOOTH_DBUS_BLUETOOTH_GATT_SERVICE_SERVICE_PROVIDER_H_
|
| +#define DEVICE_BLUETOOTH_DBUS_BLUETOOTH_GATT_SERVICE_SERVICE_PROVIDER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "chromeos/chromeos_export.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/object_path.h"
|
| +#include "device/bluetooth/bluetooth_export.h"
|
|
|
| -namespace chromeos {
|
| +namespace bluez {
|
|
|
| // BluetoothGattServiceServiceProvider is used to provide a D-Bus object that
|
| // the Bluetooth daemon can communicate with to register GATT service
|
| @@ -24,7 +24,7 @@ namespace chromeos {
|
| // chromeos::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 CHROMEOS_EXPORT BluetoothGattServiceServiceProvider {
|
| +class DEVICE_BLUETOOTH_EXPORT BluetoothGattServiceServiceProvider {
|
| public:
|
| virtual ~BluetoothGattServiceServiceProvider();
|
|
|
| @@ -47,6 +47,6 @@ class CHROMEOS_EXPORT BluetoothGattServiceServiceProvider {
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothGattServiceServiceProvider);
|
| };
|
|
|
| -} // namespace chromeos
|
| +} // namespace bluez
|
|
|
| -#endif // CHROMEOS_DBUS_BLUETOOTH_GATT_SERVICE_SERVICE_PROVIDER_H_
|
| +#endif // DEVICE_BLUETOOTH_DBUS_BLUETOOTH_GATT_SERVICE_SERVICE_PROVIDER_H_
|
|
|