| Index: chrome/browser/autofill/validation_rules_storage_factory.h
|
| diff --git a/chrome/browser/autofill/validation_rules_storage_factory.h b/chrome/browser/autofill/validation_rules_storage_factory.h
|
| index bf924bd7a0b4e1a97993d5573649f7ccfecc3327..3a95d6c5c96710a49f75f48f807aeb82173cf84c 100644
|
| --- a/chrome/browser/autofill/validation_rules_storage_factory.h
|
| +++ b/chrome/browser/autofill/validation_rules_storage_factory.h
|
| @@ -27,7 +27,7 @@ class ValidationRulesStorageFactory {
|
| static std::unique_ptr<::i18n::addressinput::Storage> CreateStorage();
|
|
|
| private:
|
| - friend struct base::DefaultLazyInstanceTraits<ValidationRulesStorageFactory>;
|
| + friend struct base::LazyInstanceTraitsBase<ValidationRulesStorageFactory>;
|
|
|
| ValidationRulesStorageFactory();
|
| ~ValidationRulesStorageFactory();
|
|
|