| Index: chrome/browser/signin/fake_account_fetcher_service_builder.cc
|
| diff --git a/chrome/browser/signin/fake_account_fetcher_service_builder.cc b/chrome/browser/signin/fake_account_fetcher_service_builder.cc
|
| index b40f18dd66033ca373c23cc7eb851676471bdc0c..d1f492b9ae091faf82df9390024e9d3290662a94 100644
|
| --- a/chrome/browser/signin/fake_account_fetcher_service_builder.cc
|
| +++ b/chrome/browser/signin/fake_account_fetcher_service_builder.cc
|
| @@ -18,7 +18,6 @@ scoped_ptr<KeyedService> FakeAccountFetcherServiceBuilder::BuildForTests(
|
| Profile* profile = Profile::FromBrowserContext(context);
|
| service->Initialize(ChromeSigninClientFactory::GetForProfile(profile),
|
| ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
|
| - AccountTrackerServiceFactory::GetForProfile(profile),
|
| - nullptr);
|
| + AccountTrackerServiceFactory::GetForProfile(profile));
|
| return scoped_ptr<KeyedService>(service);
|
| }
|
|
|