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

Unified Diff: remoting/host/pam_authorization_factory_posix.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/mac/me2me_preference_pane.h ('k') | remoting/host/pam_authorization_factory_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/pam_authorization_factory_posix.h
diff --git a/remoting/host/pam_authorization_factory_posix.h b/remoting/host/pam_authorization_factory_posix.h
index 7219698b58e6a9c011f18fe7215a42283aad085f..3b8728a4fd774fb8f1b49c30c1676adc02523330 100644
--- a/remoting/host/pam_authorization_factory_posix.h
+++ b/remoting/host/pam_authorization_factory_posix.h
@@ -16,7 +16,7 @@ namespace remoting {
class PamAuthorizationFactory : public protocol::AuthenticatorFactory {
public:
- PamAuthorizationFactory(
+ explicit PamAuthorizationFactory(
scoped_ptr<protocol::AuthenticatorFactory> underlying);
virtual ~PamAuthorizationFactory();
« no previous file with comments | « remoting/host/mac/me2me_preference_pane.h ('k') | remoting/host/pam_authorization_factory_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698