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

Unified Diff: device/bluetooth/test/mock_bluetooth_adapter.cc

Issue 13224004: Bluetooth: remove private members from BluetoothAdapter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix BluetoothApiTest.Events Created 7 years, 9 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/test/mock_bluetooth_adapter.cc
diff --git a/device/bluetooth/test/mock_bluetooth_adapter.cc b/device/bluetooth/test/mock_bluetooth_adapter.cc
index cae882956ab9b67f184e0bd80952ec911aeecf71..5848db3f16416b19b5a8b6ed724e184109d3ba88 100644
--- a/device/bluetooth/test/mock_bluetooth_adapter.cc
+++ b/device/bluetooth/test/mock_bluetooth_adapter.cc
@@ -9,10 +9,7 @@ namespace device {
MockBluetoothAdapter::Observer::Observer() {}
MockBluetoothAdapter::Observer::~Observer() {}
-MockBluetoothAdapter::MockBluetoothAdapter(const std::string& address,
- const std::string& name) {
- address_ = address;
- name_ = name;
+MockBluetoothAdapter::MockBluetoothAdapter() {
}
MockBluetoothAdapter::~MockBluetoothAdapter() {}

Powered by Google App Engine
This is Rietveld 408576698