Index: base/logging.h |
=================================================================== |
--- base/logging.h (revision 82052) |
+++ base/logging.h (working copy) |
@@ -794,7 +794,7 @@ |
// This class is used to explicitly ignore values in the conditional |
// logging macros. This avoids compiler warnings like "value computed |
// is not used" and "statement has no effect". |
-class BASE_API LogMessageVoidify { |
+class LogMessageVoidify { |
public: |
LogMessageVoidify() { } |
// This has to be an operator with a precedence lower than << but |