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

Unified Diff: remoting/host/service_client.cc

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.h ('k') | remoting/jingle_glue/chromium_socket_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/service_client.cc
diff --git a/remoting/host/service_client.cc b/remoting/host/service_client.cc
index 26e4eef8ff35c8b90fb393609524918416f61ae4..3f8fd5f1ac4391e09c8e3721401fe6d8148c02cc 100644
--- a/remoting/host/service_client.cc
+++ b/remoting/host/service_client.cc
@@ -24,7 +24,7 @@ class ServiceClient::Core
: public base::RefCountedThreadSafe<ServiceClient::Core>,
public net::URLFetcherDelegate {
public:
- Core(net::URLRequestContextGetter* request_context_getter)
+ explicit Core(net::URLRequestContextGetter* request_context_getter)
: request_context_getter_(request_context_getter),
delegate_(NULL),
pending_request_type_(PENDING_REQUEST_NONE) {
« no previous file with comments | « remoting/host/service_client.h ('k') | remoting/jingle_glue/chromium_socket_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698