Index: chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h |
diff --git a/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h b/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h |
index 8be74e505976efda4b610e632770c4cf118f4e4e..84cee32d32f759438a0ea7c839fef597f6792b4b 100644 |
--- a/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h |
+++ b/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h |
@@ -60,9 +60,8 @@ class ScreenlockPrivateEventRouter |
explicit ScreenlockPrivateEventRouter(content::BrowserContext* context); |
~ScreenlockPrivateEventRouter() override; |
- bool OnAuthAttempted( |
- proximity_auth::ScreenlockBridge::LockHandler::AuthType auth_type, |
- const std::string& value); |
+ bool OnAuthAttempted(proximity_auth::mojom::AuthType auth_type, |
+ const std::string& value); |
// BrowserContextKeyedAPI |
static BrowserContextKeyedAPIFactory<ScreenlockPrivateEventRouter>* |