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

Unified Diff: remoting/jingle_glue/chromium_socket_factory.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 | « remoting/host/service_client.cc ('k') | remoting/jingle_glue/fake_signal_strategy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/chromium_socket_factory.h
diff --git a/remoting/jingle_glue/chromium_socket_factory.h b/remoting/jingle_glue/chromium_socket_factory.h
index f142ad254fdafb7e03b82c60ca1942ef6249b6ab..b3351f63e83dab4bac5e1c4298f5e9a9a5939b7f 100644
--- a/remoting/jingle_glue/chromium_socket_factory.h
+++ b/remoting/jingle_glue/chromium_socket_factory.h
@@ -12,7 +12,7 @@ namespace remoting {
class ChromiumPacketSocketFactory : public talk_base::PacketSocketFactory {
public:
- explicit ChromiumPacketSocketFactory();
+ ChromiumPacketSocketFactory();
virtual ~ChromiumPacketSocketFactory();
virtual talk_base::AsyncPacketSocket* CreateUdpSocket(
« no previous file with comments | « remoting/host/service_client.cc ('k') | remoting/jingle_glue/fake_signal_strategy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698