| Index: components/user_manager/user_manager_base.h
|
| diff --git a/components/user_manager/user_manager_base.h b/components/user_manager/user_manager_base.h
|
| index 312aeb43b2859924a6fd7594bd49780177d09148..20bd8354b1631922bd5bd43b6aa21a73cf3ba222 100644
|
| --- a/components/user_manager/user_manager_base.h
|
| +++ b/components/user_manager/user_manager_base.h
|
| @@ -279,7 +279,7 @@ class USER_MANAGER_EXPORT UserManagerBase : public UserManager {
|
|
|
| // Returns |true| if user with the given id is found in the persistent list.
|
| // Returns |false| otherwise. Does not trigger user loading.
|
| - const bool UserExistsInList(const std::string& user_id) const;
|
| + bool UserExistsInList(const std::string& user_id) const;
|
|
|
| // Same as FindUserInList but returns non-const pointer to User object.
|
| User* FindUserInListAndModify(const std::string& user_id);
|
|
|