| Index: chrome/browser/signin/cross_device_promo_factory.cc
|
| diff --git a/chrome/browser/signin/cross_device_promo_factory.cc b/chrome/browser/signin/cross_device_promo_factory.cc
|
| index e24b22572f9b2715757637520e99ab307c735b6e..6b8d34a38e59674d7ecf6c50f87e6258ff84a878 100644
|
| --- a/chrome/browser/signin/cross_device_promo_factory.cc
|
| +++ b/chrome/browser/signin/cross_device_promo_factory.cc
|
| @@ -37,7 +37,7 @@ CrossDevicePromo* CrossDevicePromoFactory::GetForProfile(Profile* profile) {
|
|
|
| // static
|
| CrossDevicePromoFactory* CrossDevicePromoFactory::GetInstance() {
|
| - return Singleton<CrossDevicePromoFactory>::get();
|
| + return base::Singleton<CrossDevicePromoFactory>::get();
|
| }
|
|
|
| void CrossDevicePromoFactory::RegisterProfilePrefs(
|
|
|