| 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 428016bd8d419c21b0b796ceee4940aae99a0a32..924b461b69df40ab39f73907d7685f4fe263d515 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',
|
| + name: 'Fake Device (alias)',
|
| paired: true
|
| },
|
|
|
| @@ -32,7 +32,7 @@ BluetoothWebUITestAsync.prototype = {
|
| address: '20:7D:74:00:00:04',
|
| connectable: false,
|
| connected: false,
|
| - name: 'Paired Unconnectable Device',
|
| + name: 'Paired Unconnectable Device (alias)',
|
| paired: true
|
| },
|
|
|
|
|