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

Unified Diff: remoting/host/service_client.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/host/pam_authorization_factory_posix.cc ('k') | remoting/host/service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « remoting/host/pam_authorization_factory_posix.cc ('k') | remoting/host/service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698