6
6
===================================================================
7
7
--- src.orig/base/logging.h
10
#define CHECK_LT(val1, val2) CHECK_OP(LT, < , val1, val2)
11
#define CHECK_GE(val1, val2) CHECK_OP(GE, >=, val1, val2)
12
#define CHECK_GT(val1, val2) CHECK_OP(GT, > , val1, val2)
14
14
// http://crbug.com/16512 is open for a real fix for this. For now, Windows
15
15
// uses OFFICIAL_BUILD and other platforms use the branding flag when NDEBUG is