Chromium Code Reviews| Index: chrome/app/breakpad_mac.mm |
| =================================================================== |
| --- chrome/app/breakpad_mac.mm (revision 75278) |
| +++ chrome/app/breakpad_mac.mm (working copy) |
| @@ -45,7 +45,7 @@ |
| // Only called for a branded build of Chrome.app. |
| void InitCrashReporter() { |
| - DCHECK(gBreakpadRef == NULL); |
| + DCHECK(!gBreakpadRef); |
| base::mac::ScopedNSAutoreleasePool autorelease_pool; |
| // Check whether crash reporting should be enabled. If enterprise |