Index: device/bluetooth/dbus/bluetooth_le_advertisement_service_provider.h |
diff --git a/chromeos/dbus/bluetooth_le_advertisement_service_provider.h b/device/bluetooth/dbus/bluetooth_le_advertisement_service_provider.h |
similarity index 86% |
rename from chromeos/dbus/bluetooth_le_advertisement_service_provider.h |
rename to device/bluetooth/dbus/bluetooth_le_advertisement_service_provider.h |
index 98622a2a1d658c23d18490c88a39046fe8d52cb3..8f4692f8d28e5ae09ca93357e4be5e0e23179bd2 100644 |
--- a/chromeos/dbus/bluetooth_le_advertisement_service_provider.h |
+++ b/device/bluetooth/dbus/bluetooth_le_advertisement_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_LE_ADVERTISEMENT_SERVICE_PROVIDER_H_ |
-#define CHROMEOS_DBUS_BLUETOOTH_LE_ADVERTISEMENT_SERVICE_PROVIDER_H_ |
+#ifndef DEVICE_BLUETOOTH_DBUS_BLUETOOTH_LE_ADVERTISEMENT_SERVICE_PROVIDER_H_ |
+#define DEVICE_BLUETOOTH_DBUS_BLUETOOTH_LE_ADVERTISEMENT_SERVICE_PROVIDER_H_ |
#include <stdint.h> |
@@ -14,16 +14,16 @@ |
#include "base/basictypes.h" |
#include "base/callback.h" |
#include "base/memory/scoped_ptr.h" |
-#include "chromeos/chromeos_export.h" |
#include "dbus/bus.h" |
#include "dbus/file_descriptor.h" |
#include "dbus/object_path.h" |
+#include "device/bluetooth/bluetooth_export.h" |
-namespace chromeos { |
+namespace bluez { |
// BluetoothAdvertisementServiceProvider is used to provide a D-Bus object that |
// the Bluetooth daemon can communicate with to advertise data. |
-class CHROMEOS_EXPORT BluetoothLEAdvertisementServiceProvider { |
+class DEVICE_BLUETOOTH_EXPORT BluetoothLEAdvertisementServiceProvider { |
public: |
using UUIDList = std::vector<std::string>; |
using ManufacturerData = std::map<uint16_t, std::vector<uint8_t>>; |
@@ -77,6 +77,6 @@ class CHROMEOS_EXPORT BluetoothLEAdvertisementServiceProvider { |
DISALLOW_COPY_AND_ASSIGN(BluetoothLEAdvertisementServiceProvider); |
}; |
-} // namespace chromeos |
+} // namespace bluez |
-#endif // CHROMEOS_DBUS_BLUETOOTH_LE_ADVERTISEMENT_SERVICE_PROVIDER_H_ |
+#endif // DEVICE_BLUETOOTH_DBUS_BLUETOOTH_LE_ADVERTISEMENT_SERVICE_PROVIDER_H_ |