Index: content/browser/gpu/gpu_process_host_ui_shim.cc |
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc |
index d6f983007c06cd9a8488591ef2406e3050056b50..de484b302cb3d0dcf8575582c0f45f6a241210cd 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.cc |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.cc |
@@ -35,8 +35,8 @@ namespace { |
#undef DestroyAll |
#endif |
-base::LazyInstance<IDMap<GpuProcessHostUIShim> > g_hosts_by_id( |
- base::LINKER_INITIALIZED); |
+base::LazyInstance<IDMap<GpuProcessHostUIShim> > g_hosts_by_id = |
+ LAZY_INSTANCE_INITIALIZER; |
class SendOnIOThreadTask : public Task { |
public: |