| Index: components/user_manager/empty_user_info.h
|
| diff --git a/components/user_manager/empty_user_info.h b/components/user_manager/empty_user_info.h
|
| index 76c0d161cf34074c3f367adc3fdede2392118d65..5fb41c9832b9253d873a3081f0a90bf58f914dfe 100644
|
| --- a/components/user_manager/empty_user_info.h
|
| +++ b/components/user_manager/empty_user_info.h
|
| @@ -25,7 +25,7 @@
|
| base::string16 GetDisplayName() const override;
|
| base::string16 GetGivenName() const override;
|
| std::string GetEmail() const override;
|
| - AccountId GetAccountId() const override;
|
| + const AccountId& GetAccountId() const override;
|
| const gfx::ImageSkia& GetImage() const override;
|
|
|
| private:
|
|
|