| 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 84be65fecc59922d164b76a976f3c698b09f1200..91ae80f4b22ea4d2d6bbdc026fd7c6de6f34e293 100644
|
| --- a/chrome/browser/sync/profile_sync_service_factory.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_factory.cc
|
| @@ -45,7 +45,7 @@
|
|
|
| // static
|
| ProfileSyncServiceFactory* ProfileSyncServiceFactory::GetInstance() {
|
| - return Singleton<ProfileSyncServiceFactory>::get();
|
| + return base::Singleton<ProfileSyncServiceFactory>::get();
|
| }
|
|
|
| // static
|
|
|