| Index: chrome/browser/signin/account_fetcher_service_factory.cc
|
| diff --git a/chrome/browser/signin/account_fetcher_service_factory.cc b/chrome/browser/signin/account_fetcher_service_factory.cc
|
| index 6d49b30a467d31337e7c4bed75b5b3616be9a4e8..c6911aeedfca77682408d45aeecb9763947e3b31 100644
|
| --- a/chrome/browser/signin/account_fetcher_service_factory.cc
|
| +++ b/chrome/browser/signin/account_fetcher_service_factory.cc
|
| @@ -36,7 +36,7 @@ AccountFetcherService* AccountFetcherServiceFactory::GetForProfile(
|
|
|
| // static
|
| AccountFetcherServiceFactory* AccountFetcherServiceFactory::GetInstance() {
|
| - return Singleton<AccountFetcherServiceFactory>::get();
|
| + return base::Singleton<AccountFetcherServiceFactory>::get();
|
| }
|
|
|
| void AccountFetcherServiceFactory::RegisterProfilePrefs(
|
|
|