| 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 90%
|
| rename from chromeos/dbus/bluetooth_le_advertisement_service_provider.h
|
| rename to device/bluetooth/dbus/bluetooth_le_advertisement_service_provider.h
|
| index 98622a2a1d658c23d18490c88a39046fe8d52cb3..cc3b7595dafb892b2b1abf1c3ef06ae6fea80bba 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>
|
|
|
| @@ -19,7 +19,7 @@
|
| #include "dbus/file_descriptor.h"
|
| #include "dbus/object_path.h"
|
|
|
| -namespace chromeos {
|
| +namespace bluez {
|
|
|
| // BluetoothAdvertisementServiceProvider is used to provide a D-Bus object that
|
| // the Bluetooth daemon can communicate with to advertise data.
|
| @@ -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_
|
|
|