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

Unified Diff: net/http/http_server_properties_impl_unittest.cc

Issue 2808843002: Add operator<<(ostream, AlternativeService) for test output formatting. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « net/http/http_server_properties.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_server_properties_impl_unittest.cc
diff --git a/net/http/http_server_properties_impl_unittest.cc b/net/http/http_server_properties_impl_unittest.cc
index d6283c4f55d12ab75e8ce51ca640cdbb200f3338..57a15bcc37970f2b3559ae4481d828ab81f23e4a 100644
--- a/net/http/http_server_properties_impl_unittest.cc
+++ b/net/http/http_server_properties_impl_unittest.cc
@@ -44,10 +44,6 @@ class HttpServerPropertiesImplPeer {
}
};
-void PrintTo(const AlternativeService& alternative_service, std::ostream* os) {
- *os << alternative_service.ToString();
-}
-
namespace {
const int kMaxSupportsSpdyServerHosts = 500;
« no previous file with comments | « net/http/http_server_properties.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698