| Index: components/proximity_auth/unlock_manager.h
|
| diff --git a/components/proximity_auth/unlock_manager.h b/components/proximity_auth/unlock_manager.h
|
| index 70339067d4c8b06971db5e4ca0a4469fc098e86b..86b3113ce76ffcd53cfefc23bfbbf5e3d0941959 100644
|
| --- a/components/proximity_auth/unlock_manager.h
|
| +++ b/components/proximity_auth/unlock_manager.h
|
| @@ -31,8 +31,7 @@ class UnlockManager {
|
| // Called when the user pod is clicked for an authentication attempt of type
|
| // |auth_type|.
|
| // Exposed for testing.
|
| - virtual void OnAuthAttempted(
|
| - ScreenlockBridge::LockHandler::AuthType auth_type) = 0;
|
| + virtual void OnAuthAttempted(mojom::AuthType auth_type) = 0;
|
| };
|
|
|
| } // namespace proximity_auth
|
|
|