Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: components/autofill/core/common/autofill_clock.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/core/common/autofill_clock.h
diff --git a/components/autofill/core/common/autofill_clock.h b/components/autofill/core/common/autofill_clock.h
index 45a991211baef0caa2e6207d251a878e97850d95..b94ff272ab4682cfd0e4a2cddda320fd2a7f9325 100644
--- a/components/autofill/core/common/autofill_clock.h
+++ b/components/autofill/core/common/autofill_clock.h
@@ -26,7 +26,7 @@ class AutofillClock {
private:
friend class TestAutofillClock;
- friend struct base::DefaultLazyInstanceTraits<AutofillClock>;
+ friend struct base::LazyInstanceTraitsBase<AutofillClock>;
// Resets a normal clock.
static void SetClock();
« no previous file with comments | « components/autofill/core/browser/country_names.cc ('k') | components/autofill/core/common/autofill_clock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698