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

Unified Diff: content/renderer/p2p/ipc_network_manager.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/p2p/host_address_request.h ('k') | content/renderer/p2p/socket_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/p2p/ipc_network_manager.h
diff --git a/content/renderer/p2p/ipc_network_manager.h b/content/renderer/p2p/ipc_network_manager.h
index 17b042a8c58a6120d79b0c4c510ed7208f91a3be..0eda388f70762b1fc2e064640351f31d9f735cb0 100644
--- a/content/renderer/p2p/ipc_network_manager.h
+++ b/content/renderer/p2p/ipc_network_manager.h
@@ -22,7 +22,8 @@ class IpcNetworkManager : public talk_base::NetworkManagerBase,
public webkit_glue::NetworkListObserver {
public:
// Constructor doesn't take ownership of the |socket_dispatcher|.
- CONTENT_EXPORT IpcNetworkManager(P2PSocketDispatcher* socket_dispatcher);
+ CONTENT_EXPORT explicit IpcNetworkManager(
+ P2PSocketDispatcher* socket_dispatcher);
virtual ~IpcNetworkManager();
virtual void StartUpdating() OVERRIDE;
« no previous file with comments | « content/renderer/p2p/host_address_request.h ('k') | content/renderer/p2p/socket_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698