Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.cc

Issue 1347193004: Refactor DBusThreadManager to split away BT clients. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.cc
diff --git a/chromeos/dbus/fake_bluetooth_le_advertising_manager_client.cc b/device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.cc
similarity index 94%
rename from chromeos/dbus/fake_bluetooth_le_advertising_manager_client.cc
rename to device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.cc
index 88dafcbd332771a6219e7e8442127f737a649b5b..5b586d7ffe5b10d8fb0d8336117bff5d90b90274 100644
--- a/chromeos/dbus/fake_bluetooth_le_advertising_manager_client.cc
+++ b/device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.cc
@@ -13,28 +13,23 @@
#include "fake_bluetooth_le_advertising_manager_client.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
-namespace chromeos {
+namespace bluez {
const char FakeBluetoothLEAdvertisingManagerClient::kAdvertisingManagerPath[] =
"/fake/hci0";
FakeBluetoothLEAdvertisingManagerClient::
- FakeBluetoothLEAdvertisingManagerClient() {
-}
+ FakeBluetoothLEAdvertisingManagerClient() {}
FakeBluetoothLEAdvertisingManagerClient::
- ~FakeBluetoothLEAdvertisingManagerClient() {
-}
+ ~FakeBluetoothLEAdvertisingManagerClient() {}
-void FakeBluetoothLEAdvertisingManagerClient::Init(dbus::Bus* bus) {
-}
+void FakeBluetoothLEAdvertisingManagerClient::Init(dbus::Bus* bus) {}
-void FakeBluetoothLEAdvertisingManagerClient::AddObserver(Observer* observer) {
-}
+void FakeBluetoothLEAdvertisingManagerClient::AddObserver(Observer* observer) {}
void FakeBluetoothLEAdvertisingManagerClient::RemoveObserver(
- Observer* observer) {
-}
+ Observer* observer) {}
void FakeBluetoothLEAdvertisingManagerClient::RegisterAdvertisement(
const dbus::ObjectPath& manager_object_path,
@@ -103,4 +98,4 @@ void FakeBluetoothLEAdvertisingManagerClient::
service_provider_map_.erase(iter);
}
-} // namespace chromeos
+} // namespace bluez

Powered by Google App Engine
This is Rietveld 408576698