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

Unified Diff: net/test/base_test_server.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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/spdy/spdy_stream.cc ('k') | net/tools/flip_server/balsa_headers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/base_test_server.h
diff --git a/net/test/base_test_server.h b/net/test/base_test_server.h
index 041faf5a1126a5b4f85b9fec06d633780c18e883..922a3071a63f941293e5afc78b34d3735367fa21 100644
--- a/net/test/base_test_server.h
+++ b/net/test/base_test_server.h
@@ -153,7 +153,7 @@ class BaseTestServer {
BaseTestServer(Type type, const std::string& host);
// Initialize a TestServer with a specific set of SSLOptions for HTTPS or WSS.
- explicit BaseTestServer(Type type, const SSLOptions& ssl_options);
+ BaseTestServer(Type type, const SSLOptions& ssl_options);
// Returns the host port pair used by current Python based test server only
// if the server is started.
@@ -257,4 +257,3 @@ class BaseTestServer {
} // namespace net
#endif // NET_TEST_BASE_TEST_SERVER_H_
-
« no previous file with comments | « net/spdy/spdy_stream.cc ('k') | net/tools/flip_server/balsa_headers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698