| Index: device/bluetooth/dbus/fake_bluetooth_agent_manager_client.cc
|
| diff --git a/chromeos/dbus/fake_bluetooth_agent_manager_client.cc b/device/bluetooth/dbus/fake_bluetooth_agent_manager_client.cc
|
| similarity index 89%
|
| rename from chromeos/dbus/fake_bluetooth_agent_manager_client.cc
|
| rename to device/bluetooth/dbus/fake_bluetooth_agent_manager_client.cc
|
| index 1b8decc7c1cac3746342ae681c68ae639308a5fe..59044412c2f701cd5b8fad1e5f09bacb4a8714ea 100644
|
| --- a/chromeos/dbus/fake_bluetooth_agent_manager_client.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_agent_manager_client.cc
|
| @@ -2,23 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chromeos/dbus/fake_bluetooth_agent_manager_client.h"
|
| +#include "device/bluetooth/dbus/fake_bluetooth_agent_manager_client.h"
|
|
|
| #include "base/logging.h"
|
| -#include "chromeos/dbus/fake_bluetooth_agent_service_provider.h"
|
| +#include "device/bluetooth/dbus/fake_bluetooth_agent_service_provider.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
|
|
| -namespace chromeos {
|
| +namespace bluez {
|
|
|
| FakeBluetoothAgentManagerClient::FakeBluetoothAgentManagerClient()
|
| - : service_provider_(NULL) {
|
| -}
|
| + : service_provider_(NULL) {}
|
|
|
| -FakeBluetoothAgentManagerClient::~FakeBluetoothAgentManagerClient() {
|
| -}
|
| +FakeBluetoothAgentManagerClient::~FakeBluetoothAgentManagerClient() {}
|
|
|
| -void FakeBluetoothAgentManagerClient::Init(dbus::Bus* bus) {
|
| -}
|
| +void FakeBluetoothAgentManagerClient::Init(dbus::Bus* bus) {}
|
|
|
| void FakeBluetoothAgentManagerClient::RegisterAgent(
|
| const dbus::ObjectPath& agent_path,
|
| @@ -78,4 +75,4 @@ FakeBluetoothAgentManagerClient::GetAgentServiceProvider() {
|
| return service_provider_;
|
| }
|
|
|
| -} // namespace chromeos
|
| +} // namespace bluez
|
|
|