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

Unified Diff: components/url_matcher/url_matcher_factory.cc

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/url_matcher/url_matcher_factory.cc
diff --git a/components/url_matcher/url_matcher_factory.cc b/components/url_matcher/url_matcher_factory.cc
index 5793f68e82f04cf57276b4ab0d2038392f65185e..0a30497d94e9b7249252db9a49d96b77c3746daa 100644
--- a/components/url_matcher/url_matcher_factory.cc
+++ b/components/url_matcher/url_matcher_factory.cc
@@ -98,7 +98,7 @@ class URLMatcherConditionFactoryMethods {
DISALLOW_COPY_AND_ASSIGN(URLMatcherConditionFactoryMethods);
};
-static base::LazyInstance<URLMatcherConditionFactoryMethods>
+static base::LazyInstance<URLMatcherConditionFactoryMethods>::DestructorAtExit
g_url_matcher_condition_factory_methods = LAZY_INSTANCE_INITIALIZER;
} // namespace
« no previous file with comments | « components/sync/model_impl/model_type_store_backend.cc ('k') | content/app/android/child_process_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698