Chromium Code Reviews

Unified Diff: remoting/client/plugin/pepper_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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « remoting/client/frame_consumer_proxy.h ('k') | remoting/codec/codec_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_network_manager.h
diff --git a/remoting/client/plugin/pepper_network_manager.h b/remoting/client/plugin/pepper_network_manager.h
index d992358378da8b2737d656a0ebba21960abcb679..c3cbfd649af6c2b135fdf1ee76aafd4881db14cc 100644
--- a/remoting/client/plugin/pepper_network_manager.h
+++ b/remoting/client/plugin/pepper_network_manager.h
@@ -22,7 +22,7 @@ namespace remoting {
// monitor the host system's network interfaces.
class PepperNetworkManager : public talk_base::NetworkManagerBase {
public:
- PepperNetworkManager(const pp::InstanceHandle& instance);
+ explicit PepperNetworkManager(const pp::InstanceHandle& instance);
virtual ~PepperNetworkManager();
// NetworkManager interface.
« no previous file with comments | « remoting/client/frame_consumer_proxy.h ('k') | remoting/codec/codec_test.cc » ('j') | no next file with comments »

Powered by Google App Engine