Index: chrome/test/data/webui/settings/fake_bluetooth_private.js |
diff --git a/chrome/test/data/webui/settings/fake_bluetooth_private.js b/chrome/test/data/webui/settings/fake_bluetooth_private.js |
index efbe7073546a3369a6a0c3e914c0252902cc1604..d3a3cec5675a2460f4d240fa491fb87438fba492 100644 |
--- a/chrome/test/data/webui/settings/fake_bluetooth_private.js |
+++ b/chrome/test/data/webui/settings/fake_bluetooth_private.js |
@@ -24,7 +24,7 @@ cr.define('settings', function() { |
FakeBluetoothPrivate.prototype = { |
/** @override */ |
setAdapterState: function(state, opt_callback) { |
- this.bluetoothApi_.adapterState = state; |
+ this.bluetoothApi_.setAdapterState(state); |
if (opt_callback) |
opt_callback(); |
}, |