| Index: components/signin/ios/browser/profile_oauth2_token_service_ios.h
|
| diff --git a/components/signin/ios/browser/profile_oauth2_token_service_ios.h b/components/signin/ios/browser/profile_oauth2_token_service_ios.h
|
| index 0e254bae90dd2931098821fa059cee87ebde71cf..f69a4762913de0ce4cb0082b9eb8abca26d1ff7e 100644
|
| --- a/components/signin/ios/browser/profile_oauth2_token_service_ios.h
|
| +++ b/components/signin/ios/browser/profile_oauth2_token_service_ios.h
|
| @@ -114,6 +114,7 @@ class ProfileOAuth2TokenServiceIOS : public MutableProfileOAuth2TokenService {
|
|
|
| // SigninErrorController::AuthStatusProvider implementation.
|
| virtual std::string GetAccountId() const OVERRIDE;
|
| + virtual std::string GetUsername() const OVERRIDE;
|
| virtual GoogleServiceAuthError GetAuthStatus() const OVERRIDE;
|
|
|
| private:
|
|
|