Index: remoting/host/security_key/security_key_ipc_client_unittest.cc |
diff --git a/remoting/host/security_key/security_key_ipc_client_unittest.cc b/remoting/host/security_key/security_key_ipc_client_unittest.cc |
index 0f86f0626468598a502cb294c8d92ec3909ffe7c..a80694b4fa62c54d066f92f23aecfa3a4b3dcecf 100644 |
--- a/remoting/host/security_key/security_key_ipc_client_unittest.cc |
+++ b/remoting/host/security_key/security_key_ipc_client_unittest.cc |
@@ -20,7 +20,7 @@ |
namespace { |
const int kTestConnectionId = 1; |
const char kNonexistentIpcChannelName[] = "Nonexistent_IPC_Channel"; |
-const char kValidIpcChannelName[] = "Security_Key_Ipc_Client_Test_Channel."; |
+const char kValidIpcChannelName[] = "SecurityKeyIpcClientTest"; |
const int kLargeMessageSizeBytes = 256 * 1024; |
} // namespace |