Index: chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.h |
diff --git a/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.h b/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.h |
index 072ec16567549078f18296cfd7b26f00c1c245db..c89e6c4290125344b7056ebdb24987f32c0c790d 100644 |
--- a/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.h |
+++ b/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.h |
@@ -36,6 +36,7 @@ class MutableProfileOAuth2TokenServiceDelegate |
const GoogleServiceAuthError& error) override; |
bool RefreshTokenIsAvailable(const std::string& account_id) const override; |
+ bool RefreshTokenHasError(const std::string& account_id) const override; |
std::vector<std::string> GetAccounts() override; |
net::URLRequestContextGetter* GetRequestContext() const override; |
@@ -152,4 +153,5 @@ class MutableProfileOAuth2TokenServiceDelegate |
DISALLOW_COPY_AND_ASSIGN(MutableProfileOAuth2TokenServiceDelegate); |
}; |
-#endif |
+ |
+#endif // CHROME_BROWSER_SIGNIN_MUTABLE_PROFILE_OAUTH2_TOKEN_SERVICE_DELEGATE_H_ |