| Index: device/bluetooth/dbus/bluetooth_profile_service_provider.h
|
| diff --git a/chromeos/dbus/bluetooth_profile_service_provider.h b/device/bluetooth/dbus/bluetooth_profile_service_provider.h
|
| similarity index 94%
|
| rename from chromeos/dbus/bluetooth_profile_service_provider.h
|
| rename to device/bluetooth/dbus/bluetooth_profile_service_provider.h
|
| index de77b5ddeef985b78689aaa900b4d103eeff2a3a..dcf555333a4520e31a82ce1a775fcb2dc3f78b5c 100644
|
| --- a/chromeos/dbus/bluetooth_profile_service_provider.h
|
| +++ b/device/bluetooth/dbus/bluetooth_profile_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_PROFILE_SERVICE_PROVIDER_H_
|
| -#define CHROMEOS_DBUS_BLUETOOTH_PROFILE_SERVICE_PROVIDER_H_
|
| +#ifndef DEVICE_BLUETOOTH_DBUS_BLUETOOTH_PROFILE_SERVICE_PROVIDER_H_
|
| +#define DEVICE_BLUETOOTH_DBUS_BLUETOOTH_PROFILE_SERVICE_PROVIDER_H_
|
|
|
| #include <string>
|
|
|
| @@ -15,7 +15,7 @@
|
| #include "dbus/file_descriptor.h"
|
| #include "dbus/object_path.h"
|
|
|
| -namespace chromeos {
|
| +namespace bluez {
|
|
|
| // BluetoothProfileServiceProvider is used to provide a D-Bus object that the
|
| // Bluetooth daemon can communicate with to connect application profiles.
|
| @@ -40,11 +40,7 @@ class CHROMEOS_EXPORT BluetoothProfileServiceProvider {
|
| // connection or a requested disconnection. Success indicates acceptance,
|
| // reject indicates the user rejected or denied the request; cancelled
|
| // means the user cancelled the request without confirming either way.
|
| - enum Status {
|
| - SUCCESS,
|
| - REJECTED,
|
| - CANCELLED
|
| - };
|
| + enum Status { SUCCESS, REJECTED, CANCELLED };
|
|
|
| // Connection-specific options.
|
| struct CHROMEOS_EXPORT Options {
|
| @@ -119,6 +115,6 @@ class CHROMEOS_EXPORT BluetoothProfileServiceProvider {
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothProfileServiceProvider);
|
| };
|
|
|
| -} // namespace chromeos
|
| +} // namespace bluez
|
|
|
| -#endif // CHROMEOS_DBUS_BLUETOOTH_PROFILE_SERVICE_PROVIDER_H_
|
| +#endif // DEVICE_BLUETOOTH_DBUS_BLUETOOTH_PROFILE_SERVICE_PROVIDER_H_
|
|
|