Index: ipc/ipc_channel_proxy.h |
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h |
index e4cd83a4dd736390b510a85052c7375e0a56791c..846e95e142d1c3927bce9117aa27e0129037cd9c 100644 |
--- a/ipc/ipc_channel_proxy.h |
+++ b/ipc/ipc_channel_proxy.h |
@@ -188,7 +188,7 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe { |
class Context; |
// A subclass uses this constructor if it needs to add more information |
// to the internal state. |
- ChannelProxy(Context* context); |
+ explicit ChannelProxy(Context* context); |
// Used internally to hold state that is referenced on the IPC thread. |
class Context : public base::RefCountedThreadSafe<Context>, |