| Index: device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider.h
|
| diff --git a/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.h b/device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider.h
|
| similarity index 92%
|
| rename from chromeos/dbus/bluetooth_gatt_descriptor_service_provider.h
|
| rename to device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider.h
|
| index 4b5fef817725d357314c9cf84fbf6073b2c09c65..e4925fff25201fd0c8616c0d4bb7950a0a830874 100644
|
| --- a/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.h
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider.h
|
| @@ -2,19 +2,19 @@
|
| // 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_DESCRIPTOR_SERVICE_PROVIDER_H_
|
| -#define CHROMEOS_DBUS_BLUETOOTH_GATT_DESCRIPTOR_SERVICE_PROVIDER_H_
|
| +#ifndef DEVICE_BLUETOOTH_DBUS_BLUETOOTH_GATT_DESCRIPTOR_SERVICE_PROVIDER_H_
|
| +#define DEVICE_BLUETOOTH_DBUS_BLUETOOTH_GATT_DESCRIPTOR_SERVICE_PROVIDER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| -#include "chromeos/chromeos_export.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/object_path.h"
|
| +#include "device/bluetooth/bluetooth_export.h"
|
|
|
| -namespace chromeos {
|
| +namespace bluez {
|
|
|
| // BluetoothGattDescriptorServiceProvider is used to provide a D-Bus object that
|
| // represents a local GATT characteristic descriptor that the Bluetooth daemon
|
| @@ -30,7 +30,7 @@ namespace chromeos {
|
| // mandatory during initialization. In addition, a "SendValueChanged" method is
|
| // provided, which emits a DBus.Properties.PropertyChanged signal for the
|
| // "Value" property.
|
| -class CHROMEOS_EXPORT BluetoothGattDescriptorServiceProvider {
|
| +class DEVICE_BLUETOOTH_EXPORT BluetoothGattDescriptorServiceProvider {
|
| public:
|
| // Interface for reacting to GATT characteristic descriptor value requests.
|
| class Delegate {
|
| @@ -104,6 +104,6 @@ class CHROMEOS_EXPORT BluetoothGattDescriptorServiceProvider {
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothGattDescriptorServiceProvider);
|
| };
|
|
|
| -} // namespace chromeos
|
| +} // namespace bluez
|
|
|
| -#endif // CHROMEOS_DBUS_BLUETOOTH_GATT_DESCRIPTOR_SERVICE_PROVIDER_H_
|
| +#endif // DEVICE_BLUETOOTH_DBUS_BLUETOOTH_GATT_DESCRIPTOR_SERVICE_PROVIDER_H_
|
|
|