| Index: chrome/browser/resources/chromeos/bluetooth_pair_device.js
|
| diff --git a/chrome/browser/resources/chromeos/bluetooth_pair_device.js b/chrome/browser/resources/chromeos/bluetooth_pair_device.js
|
| index c476037672b61c7b0f8548a4c3ecf72f2aa6c3f1..9c9eaf7f973003d5303263bf902d206f31059f5d 100644
|
| --- a/chrome/browser/resources/chromeos/bluetooth_pair_device.js
|
| +++ b/chrome/browser/resources/chromeos/bluetooth_pair_device.js
|
| @@ -32,9 +32,7 @@ cr.define('options', function() {
|
| PageManager.closeOverlay();
|
| };
|
|
|
| - return {
|
| - BluetoothOptions: BluetoothOptions
|
| - };
|
| + return {BluetoothOptions: BluetoothOptions};
|
| });
|
|
|
| /**
|
|
|