Index: base/logging.h |
diff --git a/base/logging.h b/base/logging.h |
index 9c660fa0ccfb61f8b9befbcf449eeda62cec12ab..94a82addfd0de4733e2ee42630edc508134b1ee9 100644 |
--- a/base/logging.h |
+++ b/base/logging.h |
@@ -983,8 +983,7 @@ inline std::ostream& operator<<(std::ostream& out, const std::wstring& wstr) { |
namespace base { |
-template <typename STRING_TYPE> class BasicStringPiece; |
-typedef BasicStringPiece<std::string> StringPiece; |
+class StringPiece; |
// Allows StringPiece to be logged. |
BASE_EXPORT std::ostream& operator<<(std::ostream& o, const StringPiece& piece); |