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 0c19634bcf3143c1a301c95f5413b2b65fe426f3..0558c746f1826be822b717aab0d6b5056dd1b846 100644 |
| --- a/chrome/browser/sync/profile_sync_service_factory.cc |
| +++ b/chrome/browser/sync/profile_sync_service_factory.cc |
| @@ -43,7 +43,7 @@ |
| // static |
| ProfileSyncServiceFactory* ProfileSyncServiceFactory::GetInstance() { |
| - return Singleton<ProfileSyncServiceFactory>::get(); |
| + return base::Singleton<ProfileSyncServiceFactory>::get(); |
| } |
| // static |