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

Unified Diff: device/bluetooth/bluetooth_adapter_experimental_chromeos.cc

Issue 13416005: Bluetooth: clean up BluetoothDevice (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More win visible fixes Created 7 years, 9 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: device/bluetooth/bluetooth_adapter_experimental_chromeos.cc
diff --git a/device/bluetooth/bluetooth_adapter_experimental_chromeos.cc b/device/bluetooth/bluetooth_adapter_experimental_chromeos.cc
index ea0883ade491fbd27cff8436cdf1325116573a98..8cdfb9618629b15a7c977c7fe4f889893e837602 100644
--- a/device/bluetooth/bluetooth_adapter_experimental_chromeos.cc
+++ b/device/bluetooth/bluetooth_adapter_experimental_chromeos.cc
@@ -26,11 +26,11 @@ void BluetoothAdapterExperimentalChromeOS::RemoveObserver(
BluetoothAdapter::Observer* observer) {
}
-std::string BluetoothAdapterExperimentalChromeOS::address() const {
+std::string BluetoothAdapterExperimentalChromeOS::GetAddress() const {
return std::string();
}
-std::string BluetoothAdapterExperimentalChromeOS::name() const {
+std::string BluetoothAdapterExperimentalChromeOS::GetName() const {
return std::string();
}
« no previous file with comments | « device/bluetooth/bluetooth_adapter_experimental_chromeos.h ('k') | device/bluetooth/bluetooth_adapter_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698