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 a6621066ba704359794cd7071b82cbb8b4dec8b4..ceab9a2d57ab400bc90acbb83fbfd3fb88c58ad4 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.cc |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.cc |
@@ -40,8 +40,8 @@ namespace { |
#undef DestroyAll |
#endif |
-base::LazyInstance<IDMap<GpuProcessHostUIShim*>> g_hosts_by_id = |
- LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<IDMap<GpuProcessHostUIShim*>>::DestructorAtExit |
+ g_hosts_by_id = LAZY_INSTANCE_INITIALIZER; |
void StopGpuProcessOnIO(int host_id) { |
GpuProcessHost* host = GpuProcessHost::FromID(host_id); |