Index: chrome/browser/net/gaia/token_service.h |
diff --git a/chrome/browser/net/gaia/token_service.h b/chrome/browser/net/gaia/token_service.h |
index 6f57fe1bd95c8c090ead8432741c21400ea30f3e..99c31d1215d6a1e6b00fd14a8c6b18c03463f76c 100644 |
--- a/chrome/browser/net/gaia/token_service.h |
+++ b/chrome/browser/net/gaia/token_service.h |
@@ -245,7 +245,7 @@ class TokenService : public GaiaAuthConsumer, |
// TokenService can continue to do some degree of ClientLogin token |
// management, mostly related to persistence while Sync and possibly other |
// services are using OAuth-based authentication. |
- static const int kNumServices = 6; |
+ static const int kNumServices = 5; |
// List of services that are capable of ClientLogin-based authentication. |
static const char* kServices[kNumServices]; |
// A bunch of fetchers suitable for ClientLogin token issuing. We don't care |