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 94% |
rename from chromeos/dbus/bluetooth_gatt_descriptor_service_provider.h |
rename to device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider.h |
index 4b5fef817725d357314c9cf84fbf6073b2c09c65..a997f5a5a7c8b38953d3842ac486de3e981acdf1 100644 |
--- a/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.h |
+++ b/device/bluetooth/dbus/bluetooth_gatt_descriptor_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_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> |
@@ -14,7 +14,7 @@ |
#include "dbus/bus.h" |
#include "dbus/object_path.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 |
@@ -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_ |