diff options
Diffstat (limited to 'chromeos/dbus/mock_bluetooth_node_client.cc')
-rw-r--r-- | chromeos/dbus/mock_bluetooth_node_client.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chromeos/dbus/mock_bluetooth_node_client.cc b/chromeos/dbus/mock_bluetooth_node_client.cc new file mode 100644 index 0000000..fddd878 --- /dev/null +++ b/chromeos/dbus/mock_bluetooth_node_client.cc @@ -0,0 +1,13 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "chromeos/dbus/mock_bluetooth_node_client.h" + +namespace chromeos { + +MockBluetoothNodeClient::MockBluetoothNodeClient() {} + +MockBluetoothNodeClient::~MockBluetoothNodeClient() {} + +} // namespace chromeos |