Index: third_party/WebKit/Source/wtf/text/WTFString.h |
diff --git a/third_party/WebKit/Source/wtf/text/WTFString.h b/third_party/WebKit/Source/wtf/text/WTFString.h |
index 0b1b4ea8fd153ea6f4baae0726940c95b34a97f1..8d7ead9dbf1dcbf37e0c9666c22cb51f544a60ba 100644 |
--- a/third_party/WebKit/Source/wtf/text/WTFString.h |
+++ b/third_party/WebKit/Source/wtf/text/WTFString.h |
@@ -28,7 +28,6 @@ |
#include "wtf/Allocator.h" |
#include "wtf/HashTableDeletedValueType.h" |
#include "wtf/WTFExport.h" |
-#include "wtf/testing/WTFUnitTestHelpersExport.h" |
#include "wtf/text/ASCIIFastPath.h" |
#include "wtf/text/StringImpl.h" |
#include "wtf/text/StringView.h" |
@@ -678,8 +677,8 @@ WTF_EXPORT const String& emptyString(); |
WTF_EXPORT const String& emptyString16Bit(); |
WTF_EXPORT extern const String& xmlnsWithColon; |
-// Pretty printer for gtest. Declared here to avoid ODR violations. |
-WTF_UNITTEST_HELPERS_EXPORT std::ostream& operator<<(std::ostream&, const String&); |
+// Pretty printer for gtest and base/logging.*. |
+WTF_EXPORT std::ostream& operator<<(std::ostream&, const String&); |
} // namespace WTF |