diff options
Diffstat (limited to 'ipc/ipc_channel_posix.cc')
-rw-r--r-- | ipc/ipc_channel_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc index ee89845..a6b1cb4 100644 --- a/ipc/ipc_channel_posix.cc +++ b/ipc/ipc_channel_posix.cc @@ -86,7 +86,7 @@ class PipeMap { ~PipeMap() { // Shouldn't have left over pipes. - DCHECK(map_.size() == 0); + DCHECK(map_.empty()); } // Lookup a given channel id. Return -1 if not found. |