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

Unified Diff: content/renderer/media/peer_connection_handler_base.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/java/java_bridge_dispatcher.h ('k') | content/renderer/p2p/host_address_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/peer_connection_handler_base.h
diff --git a/content/renderer/media/peer_connection_handler_base.h b/content/renderer/media/peer_connection_handler_base.h
index 53998936ed5f05fbecb585527c1e3f48191fa09a..e1e4af720cddcd870dc467c02f41a55aa199bbc8 100644
--- a/content/renderer/media/peer_connection_handler_base.h
+++ b/content/renderer/media/peer_connection_handler_base.h
@@ -24,7 +24,7 @@ class MediaStreamDependencyFactory;
class CONTENT_EXPORT PeerConnectionHandlerBase
: NON_EXPORTED_BASE(public webrtc::PeerConnectionObserver) {
public:
- PeerConnectionHandlerBase(
+ explicit PeerConnectionHandlerBase(
MediaStreamDependencyFactory* dependency_factory);
protected:
« no previous file with comments | « content/renderer/java/java_bridge_dispatcher.h ('k') | content/renderer/p2p/host_address_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698