| Index: third_party/WebKit/Source/wtf/text/AtomicString.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/AtomicString.h b/third_party/WebKit/Source/wtf/text/AtomicString.h
|
| index f0b50327c1a13b5bd7a63231b654e796f5802bc6..df51cda6a7b19068003c1fa8b02e0283e207cb1c 100644
|
| --- a/third_party/WebKit/Source/wtf/text/AtomicString.h
|
| +++ b/third_party/WebKit/Source/wtf/text/AtomicString.h
|
| @@ -24,7 +24,6 @@
|
| #include "wtf/Allocator.h"
|
| #include "wtf/HashTableDeletedValueType.h"
|
| #include "wtf/WTFExport.h"
|
| -#include "wtf/testing/WTFUnitTestHelpersExport.h"
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/WTFString.h"
|
| #include <iosfwd>
|
| @@ -249,8 +248,8 @@ template<> struct DefaultHash<AtomicString> {
|
| typedef AtomicStringHash Hash;
|
| };
|
|
|
| -// Pretty printer for gtest.
|
| -WTF_UNITTEST_HELPERS_EXPORT std::ostream& operator<<(std::ostream&, const AtomicString&);
|
| +// Pretty printer for gtest and base/logging.*.
|
| +WTF_EXPORT std::ostream& operator<<(std::ostream&, const AtomicString&);
|
|
|
| } // namespace WTF
|
|
|
|
|