Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter_dbus.cc

Issue 10899037: Refactoring bluetooth API code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added #include <string> into bluetooth_adapter_dbus.cc. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter_dbus.cc
diff --git a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter_dbus.cc
similarity index 60%
rename from chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc
rename to chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter_dbus.cc
index b3e6375e0dc7b17598730bcd12e492da6b758cc5..a4ffb30714f630009c4c5589d0ed0206d4564d22 100644
--- a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc
+++ b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter_dbus.cc
@@ -2,19 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h"
+#include "chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter_dbus.h"
namespace chromeos {
-MockBluetoothAdapter::Observer::Observer() {}
-MockBluetoothAdapter::Observer::~Observer() {}
+MockBluetoothAdapterDBus::Observer::Observer() {}
+MockBluetoothAdapterDBus::Observer::~Observer() {}
-MockBluetoothAdapter::MockBluetoothAdapter(const std::string& address,
+MockBluetoothAdapterDBus::MockBluetoothAdapterDBus(const std::string& address,
const std::string& name) {
address_ = address;
name_ = name;
}
-MockBluetoothAdapter::~MockBluetoothAdapter() {}
+MockBluetoothAdapterDBus::~MockBluetoothAdapterDBus() {}
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698