| Index: components/signin/core/browser/about_signin_internals.h
|
| diff --git a/components/signin/core/browser/about_signin_internals.h b/components/signin/core/browser/about_signin_internals.h
|
| index 55e4de6d5ed73fa26a28b93b4a358037f8e24dbc..7e0dca5974b2d1f37c5beee9cece217dfb540b9b 100644
|
| --- a/components/signin/core/browser/about_signin_internals.h
|
| +++ b/components/signin/core/browser/about_signin_internals.h
|
| @@ -73,8 +73,8 @@ class AboutSigninInternals
|
|
|
| void Initialize(SigninClient* client);
|
|
|
| - void OnRefreshTokenReceived(std::string status);
|
| - void OnAuthenticationResultReceived(std::string status);
|
| + void OnRefreshTokenReceived(const std::string& status);
|
| + void OnAuthenticationResultReceived(const std::string& status);
|
|
|
| // KeyedService implementation.
|
| void Shutdown() override;
|
|
|