Index: chrome/browser/extensions/api/identity/identity_api.h |
diff --git a/chrome/browser/extensions/api/identity/identity_api.h b/chrome/browser/extensions/api/identity/identity_api.h |
index be90e32438b5514cfec1eb494274d2f9eb60477c..f7b444842c9eac37c6855181e5c2ca1dd914266a 100644 |
--- a/chrome/browser/extensions/api/identity/identity_api.h |
+++ b/chrome/browser/extensions/api/identity/identity_api.h |
@@ -24,6 +24,7 @@ class GetAuthTokenFunctionTest; |
class MockGetAuthTokenFunction; |
class GoogleServiceAuthError; |
class Profile; |
+class SigninManagerBase; |
namespace extensions { |
@@ -194,7 +195,7 @@ class IdentityAPI : public ProfileKeyedAPI, |
static const bool kServiceIsNULLWhileTesting = true; |
Profile* profile_; |
- SigninManager* signin_manager_; |
+ SigninManagerBase* signin_manager_; |
GoogleServiceAuthError error_; |
// Used to listen to notifications from the TokenService. |
content::NotificationRegistrar registrar_; |