Chromium Code Reviews| Index: ipc/ipc_channel_posix.cc |
| diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc |
| index ee898453e9deb79dfd3317309c19d5e200fe0be9..a6b1cb4b6f036aa2aba5591e7665f12c6f35bd0f 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. |