Separate Simple Backend creation from initialization.
[chromium-blink-merge.git] / chromeos / dbus / mock_experimental_bluetooth_device_client.cc
blob92dfc7423405317e6dd3bbfa4813c3a2398963e8
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chromeos/dbus/mock_experimental_bluetooth_device_client.h"
7 #include "third_party/cros_system_api/dbus/service_constants.h"
9 namespace chromeos {
11 MockExperimentalBluetoothDeviceClient::Properties::Properties()
12 : ExperimentalBluetoothDeviceClient::Properties::Properties(
13 NULL,
14 bluetooth_device::kExperimentalBluetoothDeviceInterface,
15 PropertyChangedCallback()) {}
17 MockExperimentalBluetoothDeviceClient::Properties::~Properties() {}
19 MockExperimentalBluetoothDeviceClient::
20 MockExperimentalBluetoothDeviceClient() {}
22 MockExperimentalBluetoothDeviceClient::
23 ~MockExperimentalBluetoothDeviceClient() {}
25 } // namespace chromeos