| Index: chrome/test/data/webui/settings/fake_bluetooth.js
|
| diff --git a/chrome/test/data/webui/settings/fake_bluetooth.js b/chrome/test/data/webui/settings/fake_bluetooth.js
|
| index 06f5923a0ec188617a9832547db2218997e424bf..81f1fe2296a8d6baa4e87d5e0b6dc0bd009c9787 100644
|
| --- a/chrome/test/data/webui/settings/fake_bluetooth.js
|
| +++ b/chrome/test/data/webui/settings/fake_bluetooth.js
|
| @@ -12,7 +12,7 @@ cr.define('settings', function() {
|
| * @implements {Bluetooth}
|
| */
|
| function FakeBluetooth() {
|
| - /** @type {!chrome.bluettoth.AdapterState} */ this.adapterState = {
|
| + /** @type {!chrome.bluetooth.AdapterState} */ this.adapterState = {
|
| address: '00:11:22:33:44:55:66',
|
| name: 'Fake Adapter',
|
| powered: false,
|
|
|