Index: components/proximity_auth/ble/proximity_auth_ble_system.cc |
diff --git a/components/proximity_auth/ble/proximity_auth_ble_system.cc b/components/proximity_auth/ble/proximity_auth_ble_system.cc |
index e3e794c9338b41fc4ca0d374f41edc2a248c698b..e95292cd4ec9d75f1d18e8dba2c165371f516f29 100644 |
--- a/components/proximity_auth/ble/proximity_auth_ble_system.cc |
+++ b/components/proximity_auth/ble/proximity_auth_ble_system.cc |
@@ -77,8 +77,8 @@ void ProximityAuthBleSystem::OnScreenDidUnlock( |
connection_finder_.reset(); |
}; |
-void ProximityAuthBleSystem::OnFocusedUserChanged(const std::string& user_id) { |
- VLOG(1) << "OnFocusedUserChanged: " << user_id; |
+void ProximityAuthBleSystem::OnFocusedUserChanged(const user_manager::UserID& user_id) { |
+ VLOG(1) << "OnFocusedUserChanged: " << user_id.Serialize(); |
}; |
void ProximityAuthBleSystem::OnConnectionFound( |