Chromium Code Reviews

Unified Diff: chrome/browser/autofill/validation_rules_storage_factory.h

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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();

Powered by Google App Engine