Chromium Code Reviews| Index: remoting/host/service_client.h |
| diff --git a/remoting/host/service_client.h b/remoting/host/service_client.h |
| index cb878d8d176eb1bab2792f66d7fa4478dd954d12..9589e8698186dcd89a034040a1c313f83fd3c7f7 100644 |
| --- a/remoting/host/service_client.h |
| +++ b/remoting/host/service_client.h |
| @@ -34,7 +34,7 @@ class ServiceClient { |
| protected: |
| virtual ~Delegate() {} |
| }; |
| - ServiceClient(net::URLRequestContextGetter* context_getter); |
| + explicit ServiceClient(net::URLRequestContextGetter* context_getter); |
| ~ServiceClient(); |
| // Register a host. |