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

Unified Diff: cc/layers/empty_content_layer_client.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
« no previous file with comments | « cc/layers/empty_content_layer_client.h ('k') | cc/test/fake_tile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/empty_content_layer_client.cc
diff --git a/cc/layers/empty_content_layer_client.cc b/cc/layers/empty_content_layer_client.cc
index 3e1ef4022284afeac441124179d42084b9d249c6..f2d2b810101a92129f46c2241ef979e864c87010 100644
--- a/cc/layers/empty_content_layer_client.cc
+++ b/cc/layers/empty_content_layer_client.cc
@@ -10,8 +10,8 @@
namespace cc {
namespace {
-base::LazyInstance<EmptyContentLayerClient> g_empty_content_layer_client =
- LAZY_INSTANCE_INITIALIZER;
+base::LazyInstance<EmptyContentLayerClient>::DestructorAtExit
+ g_empty_content_layer_client = LAZY_INSTANCE_INITIALIZER;
}
// static
« no previous file with comments | « cc/layers/empty_content_layer_client.h ('k') | cc/test/fake_tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698