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

Unified Diff: ui/base/l10n/formatter.h

Issue 2742463002: Change ui/base/l10n/formatter LazyInstance to Leaky (Closed)
Patch Set: . 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
« no previous file with comments | « no previous file | ui/base/l10n/time_format.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/l10n/formatter.h
diff --git a/ui/base/l10n/formatter.h b/ui/base/l10n/formatter.h
index 4f63fc392b456069c10b277edc34a51a99cd0d6c..79edfd8668231c796f65816a231012acf0f68c00 100644
--- a/ui/base/l10n/formatter.h
+++ b/ui/base/l10n/formatter.h
@@ -106,8 +106,7 @@ class UI_BASE_EXPORT FormatterContainer {
// Windows compilation requires full definition of FormatterContainer before
// LazyInstance<FormatterContainter> may be declared.
-extern UI_BASE_EXPORT base::LazyInstance<FormatterContainer>::DestructorAtExit
- g_container;
+extern UI_BASE_EXPORT base::LazyInstance<FormatterContainer>::Leaky g_container;
// For use in unit tests only.
extern UI_BASE_EXPORT bool formatter_force_fallback;
« no previous file with comments | « no previous file | ui/base/l10n/time_format.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698