Index: device/bluetooth/bluetooth_device.cc |
diff --git a/device/bluetooth/bluetooth_device.cc b/device/bluetooth/bluetooth_device.cc |
index fa4322fcc17536f850ae286770d133e7585a904f..af89b42b3ebafdba333c18b1b748bd2ab3e6ccec 100644 |
--- a/device/bluetooth/bluetooth_device.cc |
+++ b/device/bluetooth/bluetooth_device.cc |
@@ -44,7 +44,7 @@ BluetoothDevice::ConnectionInfo::ConnectionInfo( |
BluetoothDevice::ConnectionInfo::~ConnectionInfo() {} |
-base::string16 BluetoothDevice::GetName() const { |
+base::string16 BluetoothDevice::GetNameForDisplay() const { |
std::string name = GetDeviceName(); |
if (!name.empty()) { |
return base::UTF8ToUTF16(name); |