Index: chrome/browser/chromeos/login/lock/webui_screen_locker.h |
diff --git a/chrome/browser/chromeos/login/lock/webui_screen_locker.h b/chrome/browser/chromeos/login/lock/webui_screen_locker.h |
index 670aea2c9bf104f98fcbe9e3f98e02c52464b5e9..28e0f58c7615b9ac9ff0b2b942faaa0037e4b15f 100644 |
--- a/chrome/browser/chromeos/login/lock/webui_screen_locker.h |
+++ b/chrome/browser/chromeos/login/lock/webui_screen_locker.h |
@@ -93,7 +93,7 @@ class WebUIScreenLocker : public WebUILoginView, |
void ResyncUserData() override; |
void SetDisplayEmail(const std::string& email) override; |
void Signout() override; |
- bool IsUserWhitelisted(const std::string& user_id) override; |
+ bool IsUserWhitelisted(const AccountId& account_id) override; |
// LockWindow::Observer: |
void OnLockWindowReady() override; |