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

Unified Diff: net/spdy/spdy_session_pool.h

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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/server/http_server.h ('k') | net/url_request/url_request_test_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session_pool.h
diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
index 366ede4f17ab82388b37607d65671bdfe9f79a67..3ea4aeeca47ac3982b2253c49cda651e3c29d8fe 100644
--- a/net/spdy/spdy_session_pool.h
+++ b/net/spdy/spdy_session_pool.h
@@ -40,8 +40,8 @@ class NET_API SpdySessionPool
public SSLConfigService::Observer,
public CertDatabase::Observer {
public:
- explicit SpdySessionPool(HostResolver* host_resolver,
- SSLConfigService* ssl_config_service);
+ SpdySessionPool(HostResolver* host_resolver,
+ SSLConfigService* ssl_config_service);
virtual ~SpdySessionPool();
// Either returns an existing SpdySession or creates a new SpdySession for
« no previous file with comments | « net/server/http_server.h ('k') | net/url_request/url_request_test_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698