--- chromium-browser-17.0.963.26/src/base/logging.h~ 2012-01-04 04:02:02.000000000 +0200 +++ chromium-browser-17.0.963.26/src/base/logging.h 2012-01-05 22:54:29.330576996 +0200 @@ -451,7 +451,7 @@ // uses OFFICIAL_BUILD and other platforms use the branding flag when NDEBUG is // defined. #if ( defined(OS_WIN) && defined(OFFICIAL_BUILD)) || \ - (!defined(OS_WIN) && defined(NDEBUG) && defined(GOOGLE_CHROME_BUILD)) + (!defined(OS_WIN) && defined(NDEBUG)) #define LOGGING_IS_OFFICIAL_BUILD 1 #else #define LOGGING_IS_OFFICIAL_BUILD 0