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

Unified Diff: content/renderer/p2p/socket_dispatcher.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/ipc_network_manager.h ('k') | content/renderer/pepper/pepper_file_chooser_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/p2p/socket_dispatcher.h
diff --git a/content/renderer/p2p/socket_dispatcher.h b/content/renderer/p2p/socket_dispatcher.h
index e17a8c11c743b761f60d19ca31b043750144fcb4..c06871fe5dd871a46fe4dcedcb82000312cb472d 100644
--- a/content/renderer/p2p/socket_dispatcher.h
+++ b/content/renderer/p2p/socket_dispatcher.h
@@ -54,7 +54,7 @@ class P2PSocketClient;
class CONTENT_EXPORT P2PSocketDispatcher
: public IPC::ChannelProxy::MessageFilter {
public:
- P2PSocketDispatcher(base::MessageLoopProxy* ipc_message_loop);
+ explicit P2PSocketDispatcher(base::MessageLoopProxy* ipc_message_loop);
// Add a new network list observer. Each observer is called
// immidiately after it is registered and then later whenever
« no previous file with comments | « content/renderer/p2p/ipc_network_manager.h ('k') | content/renderer/pepper/pepper_file_chooser_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698