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

Unified Diff: content/renderer/p2p/host_address_request.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 | « content/renderer/media/peer_connection_handler_base.h ('k') | content/renderer/p2p/ipc_network_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/p2p/host_address_request.h
diff --git a/content/renderer/p2p/host_address_request.h b/content/renderer/p2p/host_address_request.h
index 9a3de71844ead568af1456f87191d2e962bf3a53..ac4752080b0b084e2950c2351bb5912c8fc6ee02 100644
--- a/content/renderer/p2p/host_address_request.h
+++ b/content/renderer/p2p/host_address_request.h
@@ -30,7 +30,7 @@ class CONTENT_EXPORT P2PHostAddressRequest
public:
typedef base::Callback<void(const net::IPAddressNumber&)> DoneCallback;
- P2PHostAddressRequest(P2PSocketDispatcher* dispatcher);
+ explicit P2PHostAddressRequest(P2PSocketDispatcher* dispatcher);
// Sends host address request.
void Request(const std::string& host_name,
« no previous file with comments | « content/renderer/media/peer_connection_handler_base.h ('k') | content/renderer/p2p/ipc_network_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698