| Index: components/proximity_auth/unlock_manager_impl.h
|
| diff --git a/components/proximity_auth/unlock_manager_impl.h b/components/proximity_auth/unlock_manager_impl.h
|
| index 6049e86ddc2b41460b9ad267391abc643842aed6..c880844c0c3684f0ed863f4dd81d608fc5da3b2b 100644
|
| --- a/components/proximity_auth/unlock_manager_impl.h
|
| +++ b/components/proximity_auth/unlock_manager_impl.h
|
| @@ -50,8 +50,7 @@ class UnlockManagerImpl : public UnlockManager,
|
| bool IsUnlockAllowed() override;
|
| void SetRemoteDeviceLifeCycle(RemoteDeviceLifeCycle* life_cycle) override;
|
| void OnLifeCycleStateChanged() override;
|
| - void OnAuthAttempted(
|
| - ScreenlockBridge::LockHandler::AuthType auth_type) override;
|
| + void OnAuthAttempted(mojom::AuthType auth_type) override;
|
|
|
| protected:
|
| // Creates a ProximityMonitor instance for the given |connection|.
|
|
|