Index: base/logging.cc |
diff --git a/base/logging.cc b/base/logging.cc |
index 4390d8cda3069f2c63f7dbd83b97765658773e5c..98cecd094fd84e7312c9a3e9998dfb44cfd05925 100644 |
--- a/base/logging.cc |
+++ b/base/logging.cc |
@@ -454,8 +454,7 @@ template std::string* MakeCheckOpString<unsigned int, unsigned long>( |
template std::string* MakeCheckOpString<std::string, std::string>( |
const std::string&, const std::string&, const char* name); |
-template <> |
-void MakeCheckOpValueString(std::ostream* os, const std::nullptr_t& p) { |
+void MakeCheckOpValueString(std::ostream* os, std::nullptr_t p) { |
(*os) << "nullptr"; |
} |