Index: chromeos/dbus/mock_bluetooth_input_client.cc |
diff --git a/chromeos/dbus/mock_bluetooth_input_client.cc b/chromeos/dbus/mock_bluetooth_input_client.cc |
index b73ef1e422afca4472f11be3b4b1b35c37f60fc1..54cc0a0d1bcef29a5bb46fe08fcb9672118ee98c 100644 |
--- a/chromeos/dbus/mock_bluetooth_input_client.cc |
+++ b/chromeos/dbus/mock_bluetooth_input_client.cc |
@@ -6,6 +6,12 @@ |
namespace chromeos { |
+MockBluetoothInputClient::Properties::Properties() |
+ : BluetoothInputClient::Properties::Properties( |
+ NULL, PropertyChangedCallback()) {} |
+ |
+MockBluetoothInputClient::Properties::~Properties() {} |
+ |
MockBluetoothInputClient::MockBluetoothInputClient() {} |
MockBluetoothInputClient::~MockBluetoothInputClient() {} |