Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(952)

Unified Diff: third_party/WebKit/Source/wtf/text/AtomicString.h

Issue 1807853003: Deprecate some macros in wtf/Assertions.h in favor of base/logging.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698