summaryrefslogtreecommitdiffstats
path: root/base/logging.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-26 21:10:56 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-26 21:10:56 +0000
commitdf8878c54c173029632f6f4964bbb5b8d1a05272 (patch)
tree2779c21c8b399ad3b7df05b73d499fc4e89be3e6 /base/logging.h
parent9f697d5bb4ae0b7464ed02cb9f7ce3f43054a32f (diff)
downloadchromium_src-df8878c54c173029632f6f4964bbb5b8d1a05272.zip
chromium_src-df8878c54c173029632f6f4964bbb5b8d1a05272.tar.gz
chromium_src-df8878c54c173029632f6f4964bbb5b8d1a05272.tar.bz2
Base: Fix the logging export api to fix release builds of
chrome using base.dll BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6904010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83073 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/logging.h')
-rw-r--r--base/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/logging.h b/base/logging.h
index 1c2a22f..1d094e3 100644
--- a/base/logging.h
+++ b/base/logging.h
@@ -622,7 +622,7 @@ enum { DEBUG_MODE = ENABLE_DLOG };
COMPACT_GOOGLE_LOG_EX_ERROR_REPORT(ClassName , ##__VA_ARGS__)
#define COMPACT_GOOGLE_LOG_DCHECK COMPACT_GOOGLE_LOG_ERROR_REPORT
const LogSeverity LOG_DCHECK = LOG_ERROR_REPORT;
-extern DcheckState g_dcheck_state;
+BASE_API extern DcheckState g_dcheck_state;
#define DCHECK_IS_ON() \
((::logging::g_dcheck_state == \
::logging::ENABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS) && \