| Index: components/user_manager/user.h
|
| diff --git a/components/user_manager/user.h b/components/user_manager/user.h
|
| index 71d70166f08781fa62ed674343406333f4f4cb13..fe0899ef1079836d3d83e3e2e8bd1b92e306c38d 100644
|
| --- a/components/user_manager/user.h
|
| +++ b/components/user_manager/user.h
|
| @@ -97,7 +97,7 @@
|
| base::string16 GetDisplayName() const override;
|
| base::string16 GetGivenName() const override;
|
| const gfx::ImageSkia& GetImage() const override;
|
| - const AccountId& GetAccountId() const override;
|
| + AccountId GetAccountId() const override;
|
|
|
| // Allows managing child status of the user. Used for RegularUser.
|
| virtual void SetIsChild(bool is_child);
|
|
|