| Index: device/bluetooth/dbus/bluetooth_le_advertising_manager_client.cc
|
| diff --git a/chromeos/dbus/bluetooth_le_advertising_manager_client.cc b/device/bluetooth/dbus/bluetooth_le_advertising_manager_client.cc
|
| similarity index 98%
|
| rename from chromeos/dbus/bluetooth_le_advertising_manager_client.cc
|
| rename to device/bluetooth/dbus/bluetooth_le_advertising_manager_client.cc
|
| index a2eedf9b275b73dba6c333b13edfb0ae377068f2..3c934e6318bbae3282fb508469ad0f9293f4936e 100644
|
| --- a/chromeos/dbus/bluetooth_le_advertising_manager_client.cc
|
| +++ b/device/bluetooth/dbus/bluetooth_le_advertising_manager_client.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chromeos/dbus/bluetooth_le_advertising_manager_client.h"
|
| +#include "device/bluetooth/dbus/bluetooth_le_advertising_manager_client.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| @@ -13,7 +13,7 @@
|
| #include "dbus/object_proxy.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
|
|
| -namespace chromeos {
|
| +namespace bluez {
|
|
|
| const char BluetoothLEAdvertisingManagerClient::kNoResponseError[] =
|
| "org.chromium.Error.NoResponse";
|
| @@ -175,15 +175,13 @@ class BluetoothAdvertisementManagerClientImpl
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothAdvertisementManagerClientImpl);
|
| };
|
|
|
| -BluetoothLEAdvertisingManagerClient::BluetoothLEAdvertisingManagerClient() {
|
| -}
|
| +BluetoothLEAdvertisingManagerClient::BluetoothLEAdvertisingManagerClient() {}
|
|
|
| -BluetoothLEAdvertisingManagerClient::~BluetoothLEAdvertisingManagerClient() {
|
| -}
|
| +BluetoothLEAdvertisingManagerClient::~BluetoothLEAdvertisingManagerClient() {}
|
|
|
| BluetoothLEAdvertisingManagerClient*
|
| BluetoothLEAdvertisingManagerClient::Create() {
|
| return new BluetoothAdvertisementManagerClientImpl();
|
| }
|
|
|
| -} // namespace chromeos
|
| +} // namespace bluez
|
|
|