Index: chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc |
diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc b/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc |
index c3e3a650be324e16a856a24b3c10b02398946470..a245283a12ef03638394b100e1a229ed863f8645 100644 |
--- a/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc |
+++ b/chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc |
@@ -449,8 +449,8 @@ IN_PROC_BROWSER_TEST_F(BluetoothApiTest, GetDevicesError) { |
} |
IN_PROC_BROWSER_TEST_F(BluetoothApiTest, Permissions) { |
- RequestPermissionsFunction::SetAutoConfirmForTests(true); |
- RequestPermissionsFunction::SetIgnoreUserGestureForTests(true); |
+ PermissionsRequestFunction::SetAutoConfirmForTests(true); |
+ PermissionsRequestFunction::SetIgnoreUserGestureForTests(true); |
EXPECT_CALL(*mock_adapter_, GetDevice(device1_->address())) |
.WillOnce(testing::Return(device1_.get())); |