summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/mock_bluetooth_node_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/mock_bluetooth_node_client.cc')
-rw-r--r--chromeos/dbus/mock_bluetooth_node_client.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/chromeos/dbus/mock_bluetooth_node_client.cc b/chromeos/dbus/mock_bluetooth_node_client.cc
deleted file mode 100644
index 9c5efa9..0000000
--- a/chromeos/dbus/mock_bluetooth_node_client.cc
+++ /dev/null
@@ -1,19 +0,0 @@
-// 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::Properties::Properties()
- : BluetoothNodeClient::Properties::Properties(
- NULL, PropertyChangedCallback()) {}
-
-MockBluetoothNodeClient::Properties::~Properties() {}
-
-MockBluetoothNodeClient::MockBluetoothNodeClient() {}
-
-MockBluetoothNodeClient::~MockBluetoothNodeClient() {}
-
-} // namespace chromeos