Index: remoting/host/security_key/security_key_ipc_constants.cc |
diff --git a/remoting/host/security_key/security_key_ipc_constants.cc b/remoting/host/security_key/security_key_ipc_constants.cc |
index 424ca2b6c76859790ecbb56007332eb974d155be..4ef5f4f25b9ece2abf5e34023cff1fd37e51ecb4 100644 |
--- a/remoting/host/security_key/security_key_ipc_constants.cc |
+++ b/remoting/host/security_key/security_key_ipc_constants.cc |
@@ -14,7 +14,7 @@ |
#endif // defined(OS_POSIX) |
namespace { |
-base::LazyInstance<mojo::edk::NamedPlatformHandle> |
+base::LazyInstance<mojo::edk::NamedPlatformHandle>::DestructorAtExit |
g_security_key_ipc_channel_name = LAZY_INSTANCE_INITIALIZER; |
constexpr char kSecurityKeyIpcChannelName[] = "security_key_ipc_channel"; |