summaryrefslogtreecommitdiffstats
path: root/base/logging.h
diff options
context:
space:
mode:
authoryurys@chromium.org <yurys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-13 08:19:28 +0000
committeryurys@chromium.org <yurys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-13 08:19:28 +0000
commit699d6248ec0121a5513378ec4875492d9f91ca97 (patch)
tree5fc1173f7b378784f387b9778211af453c71bf9d /base/logging.h
parent785df74a997943076bbb68bf7dc8fba9f4347e44 (diff)
downloadchromium_src-699d6248ec0121a5513378ec4875492d9f91ca97.zip
chromium_src-699d6248ec0121a5513378ec4875492d9f91ca97.tar.gz
chromium_src-699d6248ec0121a5513378ec4875492d9f91ca97.tar.bz2
Revert "Add COMPONENT_BUILD global define. "
The change broke compilation on Linux Builder (dbg)(shared): http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28dbg%29%28shared%29/builds/3365/steps/compile/logs/stdio TBR=darin BUG=None TEST=None Review URL: http://codereview.chromium.org/7352014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92329 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 d098937..849de0e 100644
--- a/base/logging.h
+++ b/base/logging.h
@@ -469,7 +469,7 @@ std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) {
}
// MSVC doesn't like complex extern templates and DLLs.
-#if !defined(COMPILER_MSVC) && defined(COMPONENT_BUILD)
+#if !defined(COMPILER_MSVC) && defined(BASE_DLL)
// Commonly used instantiations of MakeCheckOpString<>. Explicitly instantiated
// in logging.cc.
extern template std::string* MakeCheckOpString<int, int>(