summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/gaia/token_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/gaia/token_service.cc')
-rw-r--r--chrome/browser/net/gaia/token_service.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/net/gaia/token_service.cc b/chrome/browser/net/gaia/token_service.cc
index 103c102..b46868f 100644
--- a/chrome/browser/net/gaia/token_service.cc
+++ b/chrome/browser/net/gaia/token_service.cc
@@ -138,7 +138,7 @@ void TokenService::FireTokenAvailableNotification(
void TokenService::FireTokenRequestFailedNotification(
const std::string& service,
- const GaiaAuthError& error) {
+ const GoogleServiceAuthError& error) {
TokenRequestFailedDetails details(service, error);
NotificationService::current()->Notify(
@@ -157,7 +157,7 @@ void TokenService::OnIssueAuthTokenSuccess(const std::string& service,
}
void TokenService::OnIssueAuthTokenFailure(const std::string& service,
- const GaiaAuthError& error) {
+ const GoogleServiceAuthError& error) {
DCHECK(ChromeThread::CurrentlyOn(ChromeThread::UI));
LOG(WARNING) << "Auth token issuing failed for service:" << service;
FireTokenRequestFailedNotification(service, error);