Index: chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js |
diff --git a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js |
index 924b461b69df40ab39f73907d7685f4fe263d515..38e4c9bc06350a5dad3e3c380ae984cb6b92efec 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js |
+++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_browsertest.js |
@@ -24,7 +24,7 @@ BluetoothWebUITestAsync.prototype = { |
address: '00:11:22:33:44:55', |
connectable: true, |
connected: false, |
- name: 'Fake Device (alias)', |
+ name: 'Fake Device (name)', |
paired: true |
}, |
@@ -32,7 +32,7 @@ BluetoothWebUITestAsync.prototype = { |
address: '20:7D:74:00:00:04', |
connectable: false, |
connected: false, |
- name: 'Paired Unconnectable Device (alias)', |
+ name: 'Paired Unconnectable Device (name)', |
paired: true |
}, |