Chromium Code Reviews| Index: base/crypto/scoped_capi_types.h |
| diff --git a/base/crypto/scoped_capi_types.h b/base/crypto/scoped_capi_types.h |
| index bdb05c37ebf0e84995355a9b8d248135b9d97b64..73fe51b14dc88d2033e7a0a79bb66b0505c87c32 100644 |
| --- a/base/crypto/scoped_capi_types.h |
| +++ b/base/crypto/scoped_capi_types.h |
| @@ -64,7 +64,7 @@ class ScopedCAPIHandle { |
| CAPIHandle get() const { return handle_; } |
| CAPIHandle* receive() { |
| - CHECK(handle_ == NULL); |
| + CHECK_EQ(NULL, handle_); |
| return &handle_; |
| } |