| Index: chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc (revision 176052)
|
| +++ chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc (working copy)
|
| @@ -449,8 +449,8 @@
|
| }
|
|
|
| IN_PROC_BROWSER_TEST_F(BluetoothApiTest, Permissions) {
|
| - PermissionsRequestFunction::SetAutoConfirmForTests(true);
|
| - PermissionsRequestFunction::SetIgnoreUserGestureForTests(true);
|
| + RequestPermissionsFunction::SetAutoConfirmForTests(true);
|
| + RequestPermissionsFunction::SetIgnoreUserGestureForTests(true);
|
|
|
| EXPECT_CALL(*mock_adapter_, GetDevice(device1_->address()))
|
| .WillOnce(testing::Return(device1_.get()));
|
|
|