Index: remoting/host/remoting_me2me_host.cc |
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc |
index 2460328157713065969fef344a444be07d218ae1..c0b0b22e7b02ff305d460810cfc29e0f36ace525 100644 |
--- a/remoting/host/remoting_me2me_host.cc |
+++ b/remoting/host/remoting_me2me_host.cc |
@@ -990,7 +990,7 @@ void HostProcess::InitializePairingRegistry( |
IPC::PlatformFileForTransit unprivileged_key) { |
DCHECK(context_->network_task_runner()->BelongsToCurrentThread()); |
// |privileged_key| can be nullptr but not |unprivileged_key|. |
- DCHECK(unprivileged_key); |
+ DCHECK(unprivileged_key.IsValid()); |
// |pairing_registry_| should only be initialized once. |
DCHECK(!pairing_registry_); |