diff options
Diffstat (limited to 'chromeos/dbus/mock_bluetooth_input_client.cc')
-rw-r--r-- | chromeos/dbus/mock_bluetooth_input_client.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chromeos/dbus/mock_bluetooth_input_client.cc b/chromeos/dbus/mock_bluetooth_input_client.cc index b73ef1e..54cc0a0 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() {} |