Index: remoting/host/win/chromoting_module.cc |
diff --git a/remoting/host/win/chromoting_module.cc b/remoting/host/win/chromoting_module.cc |
index 1f64d68cc063bf8d821ff0b5212e09797c8540a4..75c6e9d51bdf5e2107dd019f0b45f574e8baf21e 100644 |
--- a/remoting/host/win/chromoting_module.cc |
+++ b/remoting/host/win/chromoting_module.cc |
@@ -20,8 +20,8 @@ namespace remoting { |
namespace { |
// Holds a reference to the task runner used by the module. |
-base::LazyInstance<scoped_refptr<AutoThreadTaskRunner> > g_module_task_runner = |
- LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<scoped_refptr<AutoThreadTaskRunner>>::DestructorAtExit |
+ g_module_task_runner = LAZY_INSTANCE_INITIALIZER; |
// Lowers the process integrity level such that it does not exceed |max_level|. |
// |max_level| is expected to be one of SECURITY_MANDATORY_XXX constants. |