Index: device/bluetooth/bluetooth_device.h |
diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h |
index 2d7f4b96d6991375155559beb44fb2ee72ea7b53..d851973f209d9f8a5febc4742a468555592cadf7 100644 |
--- a/device/bluetooth/bluetooth_device.h |
+++ b/device/bluetooth/bluetooth_device.h |
@@ -232,7 +232,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice { |
// Returns the name of the device suitable for displaying, this may |
// be a synthesized string containing the address and localized type name |
// if the device has no obtained name. |
- virtual base::string16 GetName() const; |
+ virtual base::string16 GetNameForDisplay() const; |
// Returns the type of the device, limited to those we support or are |
// aware of, by decoding the bluetooth class information. The returned |
@@ -488,7 +488,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice { |
BluetoothDevice(BluetoothAdapter* adapter); |
- // Returns the internal name of the Bluetooth device, used by GetName(). |
+ // Returns the internal name of the Bluetooth device, used by |
+ // GetNameForDisplay(). |
virtual std::string GetDeviceName() const = 0; |
// Implements platform specific operations to initiate a GATT connection. |