Index: chrome/browser/first_run/first_run.cc |
diff --git a/chrome/browser/first_run/first_run.cc b/chrome/browser/first_run/first_run.cc |
index 17344c35f0c5176b3b093764b0c756601b230b95..997f8e9aaeb3ccce256beeb0b31f11296a31b2c8 100644 |
--- a/chrome/browser/first_run/first_run.cc |
+++ b/chrome/browser/first_run/first_run.cc |
@@ -566,7 +566,7 @@ void FirstRunBubbleLauncher::Observe( |
if (contents->GetURL().host() == chrome::kChromeUINewTabHost) { |
Profile* profile = |
Profile::FromBrowserContext(contents->GetBrowserContext()); |
- SigninManager* manager = |
+ SigninManagerBase* manager = |
SigninManagerFactory::GetForProfile(profile); |
bool signin_in_progress = manager && |
(!manager->GetAuthenticatedUsername().empty() && |