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

Unified Diff: net/socket/client_socket_pool_histograms.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/socket/buffered_write_stream_socket.h ('k') | net/socket/transport_client_socket_pool_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/client_socket_pool_histograms.h
diff --git a/net/socket/client_socket_pool_histograms.h b/net/socket/client_socket_pool_histograms.h
index 0049afa19d5617dc98b5b1fa8f66fc93c51c1a23..8c9d689cbf76694441e5f504dd383a15294017bd 100644
--- a/net/socket/client_socket_pool_histograms.h
+++ b/net/socket/client_socket_pool_histograms.h
@@ -19,7 +19,7 @@ namespace net {
class NET_EXPORT_PRIVATE ClientSocketPoolHistograms {
public:
- ClientSocketPoolHistograms(const std::string& pool_name);
+ explicit ClientSocketPoolHistograms(const std::string& pool_name);
~ClientSocketPoolHistograms();
void AddSocketType(int socket_reuse_type) const;
« no previous file with comments | « net/socket/buffered_write_stream_socket.h ('k') | net/socket/transport_client_socket_pool_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698