| Index: chrome/browser/chromeos/login/ui/models/user_board_model.h
|
| diff --git a/chrome/browser/chromeos/login/ui/models/user_board_model.h b/chrome/browser/chromeos/login/ui/models/user_board_model.h
|
| index c69fb308a7fe2b85c4ae12b7778aee3d79a6f3c8..757e55847eb7adf46bee886d82ab72d56ae8acba 100644
|
| --- a/chrome/browser/chromeos/login/ui/models/user_board_model.h
|
| +++ b/chrome/browser/chromeos/login/ui/models/user_board_model.h
|
| @@ -18,9 +18,9 @@
|
| virtual void SendUserList() = 0;
|
|
|
| // Methods for easy unlock support.
|
| - virtual void HardLockPod(const AccountId& account_id) = 0;
|
| - virtual void AttemptEasyUnlock(const AccountId& account_id) = 0;
|
| - virtual void RecordClickOnLockIcon(const AccountId& account_id) = 0;
|
| + virtual void HardLockPod(const std::string& user_id) = 0;
|
| + virtual void AttemptEasyUnlock(const std::string& user_id) = 0;
|
| + virtual void RecordClickOnLockIcon(const std::string& user_id) = 0;
|
|
|
| // BaseScreen implementation:
|
| std::string GetName() const override;
|
|
|