Chromium Code Reviews| Index: chrome/browser/sync/profile_sync_service_factory.cc |
| diff --git a/chrome/browser/sync/profile_sync_service_factory.cc b/chrome/browser/sync/profile_sync_service_factory.cc |
| index b0fa3617cbfb294d86eec71af965e162638f3406..8931ffc998d07a8246ff565b07b0545b639ec742 100644 |
| --- a/chrome/browser/sync/profile_sync_service_factory.cc |
| +++ b/chrome/browser/sync/profile_sync_service_factory.cc |
| @@ -45,7 +45,9 @@ ProfileSyncServiceFactory::ProfileSyncServiceFactory() |
| // destruction order. |
| DependsOn(TemplateURLServiceFactory::GetInstance()); |
| DependsOn(PersonalDataManagerFactory::GetInstance()); |
| +#if !defined(OS_ANDROID) |
|
Elliot Glaysher
2012/03/02 00:23:05
Is this enough? I thought that there was additiona
Ted C
2012/03/08 19:42:08
This removed the only link errors I was seeing, bu
|
| DependsOn(ThemeServiceFactory::GetInstance()); |
| +#endif |
| DependsOn(GlobalErrorServiceFactory::GetInstance()); |
| DependsOn(SigninManagerFactory::GetInstance()); |