Index: components/proximity_auth/proximity_auth_system.cc |
diff --git a/components/proximity_auth/proximity_auth_system.cc b/components/proximity_auth/proximity_auth_system.cc |
index d44381e07fcb1b3763722e5a268c4cd69a310795..1129cba388170cdfb09591d3cc0021f3e21ef4c2 100644 |
--- a/components/proximity_auth/proximity_auth_system.cc |
+++ b/components/proximity_auth/proximity_auth_system.cc |
@@ -96,7 +96,7 @@ cryptauth::RemoteDeviceList ProximityAuthSystem::GetRemoteDevicesForUser( |
void ProximityAuthSystem::OnAuthAttempted(const AccountId& /* account_id */) { |
// TODO(tengs): There is no reason to pass the |account_id| argument anymore. |
- unlock_manager_->OnAuthAttempted(ScreenlockBridge::LockHandler::USER_CLICK); |
+ unlock_manager_->OnAuthAttempted(mojom::AuthType::USER_CLICK); |
} |
void ProximityAuthSystem::OnSuspend() { |