| Index: components/signin/core/browser/mutable_profile_oauth2_token_service.h
|
| diff --git a/components/signin/core/browser/mutable_profile_oauth2_token_service.h b/components/signin/core/browser/mutable_profile_oauth2_token_service.h
|
| index a5a100df19f10bff7543a7297e4be5277270f6f6..6f7aa88915c6d21c10404e96d06601bc404234ae 100644
|
| --- a/components/signin/core/browser/mutable_profile_oauth2_token_service.h
|
| +++ b/components/signin/core/browser/mutable_profile_oauth2_token_service.h
|
| @@ -52,6 +52,7 @@ class MutableProfileOAuth2TokenService : public ProfileOAuth2TokenService,
|
|
|
| // SigninErrorController::AuthStatusProvider implementation.
|
| virtual std::string GetAccountId() const OVERRIDE;
|
| + virtual std::string GetUsername() const OVERRIDE;
|
| virtual GoogleServiceAuthError GetAuthStatus() const OVERRIDE;
|
|
|
| private:
|
|
|