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 87% |
rename from chromeos/dbus/bluetooth_gatt_service_service_provider.h |
rename to device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h |
index 258c4b4ace74ce78c870cbbe79a8985adead2751..ae7b06f28456919fe0101ac34a3cf0dfc46c43aa 100644 |
--- a/chromeos/dbus/bluetooth_gatt_service_service_provider.h |
+++ b/device/bluetooth/dbus/bluetooth_gatt_service_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_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> |
@@ -12,7 +12,7 @@ |
#include "dbus/bus.h" |
#include "dbus/object_path.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 |
@@ -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_ |