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

Unified Diff: remoting/jingle_glue/fake_signal_strategy.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/jingle_glue/chromium_socket_factory.h ('k') | remoting/protocol/channel_multiplexer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/fake_signal_strategy.h
diff --git a/remoting/jingle_glue/fake_signal_strategy.h b/remoting/jingle_glue/fake_signal_strategy.h
index 9dc25cfcff008ecb6d99a3227a9f7f603b86e52a..4075d94169261d11e6fe5da0ffe605dd758ea3aa 100644
--- a/remoting/jingle_glue/fake_signal_strategy.h
+++ b/remoting/jingle_glue/fake_signal_strategy.h
@@ -22,7 +22,7 @@ class FakeSignalStrategy : public SignalStrategy,
public:
static void Connect(FakeSignalStrategy* peer1, FakeSignalStrategy* peer2);
- FakeSignalStrategy(const std::string& jid);
+ explicit FakeSignalStrategy(const std::string& jid);
virtual ~FakeSignalStrategy();
const std::list<buzz::XmlElement*>& received_messages() {
« no previous file with comments | « remoting/jingle_glue/chromium_socket_factory.h ('k') | remoting/protocol/channel_multiplexer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698