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

Unified Diff: chromeos/dbus/mock_bluetooth_device_client.cc

Issue 10831360: bluetooth: Improve testability (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: corect speling oof received Created 8 years, 4 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
« no previous file with comments | « chromeos/dbus/mock_bluetooth_device_client.h ('k') | chromeos/dbus/mock_bluetooth_input_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_bluetooth_device_client.cc
diff --git a/chromeos/dbus/mock_bluetooth_device_client.cc b/chromeos/dbus/mock_bluetooth_device_client.cc
index 75b5c4429acad5c2968f05dcd80f56f2658d7c89..f595daa53dabe62b9ab7c913646dc26ae79c0644 100644
--- a/chromeos/dbus/mock_bluetooth_device_client.cc
+++ b/chromeos/dbus/mock_bluetooth_device_client.cc
@@ -6,6 +6,12 @@
namespace chromeos {
+MockBluetoothDeviceClient::Properties::Properties()
+ : BluetoothDeviceClient::Properties::Properties(
+ NULL, PropertyChangedCallback()) {}
+
+MockBluetoothDeviceClient::Properties::~Properties() {}
+
MockBluetoothDeviceClient::MockBluetoothDeviceClient() {}
MockBluetoothDeviceClient::~MockBluetoothDeviceClient() {}
« no previous file with comments | « chromeos/dbus/mock_bluetooth_device_client.h ('k') | chromeos/dbus/mock_bluetooth_input_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698